Revision 15545,
636 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15544,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[15544] | 1 | dnl Process this file with autoconf to create configure. |
---|
| 2 | |
---|
| 3 | AC_INIT(xml-i18n-toolize.in) |
---|
| 4 | |
---|
| 5 | XML_I18N_TOOLS_VERSION="0.6" |
---|
| 6 | |
---|
| 7 | AM_INIT_AUTOMAKE(xml-i18n-tools, $XML_I18N_TOOLS_VERSION) |
---|
| 8 | |
---|
| 9 | pkgdatadir='${datadir}'"/${PACKAGE}" |
---|
| 10 | AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does |
---|
| 11 | aclocaldir='${datadir}'/aclocal |
---|
| 12 | AC_SUBST(aclocaldir) |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | AC_PATH_PROG(PERL, perl) |
---|
| 16 | if test -z "$PERL"; then |
---|
| 17 | AC_MSG_ERROR([perl not found]) |
---|
| 18 | fi |
---|
| 19 | if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`"; then |
---|
| 20 | AC_MSG_ERROR([perl 5.x required]) |
---|
| 21 | fi |
---|
| 22 | |
---|
| 23 | AC_OUTPUT([ |
---|
| 24 | Makefile |
---|
| 25 | xml-i18n-extract |
---|
| 26 | xml-i18n-merge |
---|
| 27 | xml-i18n-toolize |
---|
| 28 | xml-i18n-update |
---|
| 29 | xml-i18n-tools.spec |
---|
| 30 | ]) |
---|
Note: See
TracBrowser
for help on using the repository browser.