source: trunk/third/xml-i18n-tools/configure.in @ 15545

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.
Line 
1dnl Process this file with autoconf to create configure.
2
3AC_INIT(xml-i18n-toolize.in)
4
5XML_I18N_TOOLS_VERSION="0.6"
6
7AM_INIT_AUTOMAKE(xml-i18n-tools, $XML_I18N_TOOLS_VERSION)
8
9pkgdatadir='${datadir}'"/${PACKAGE}"
10AC_SUBST(pkgdatadir) dnl automake does not need this, but libtoolize does
11aclocaldir='${datadir}'/aclocal
12AC_SUBST(aclocaldir)
13
14
15AC_PATH_PROG(PERL, perl)
16if test -z "$PERL"; then
17   AC_MSG_ERROR([perl not found])
18fi
19if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`"; then
20   AC_MSG_ERROR([perl 5.x required])
21fi
22
23AC_OUTPUT([
24Makefile
25xml-i18n-extract
26xml-i18n-merge
27xml-i18n-toolize
28xml-i18n-update
29xml-i18n-tools.spec
30])
Note: See TracBrowser for help on using the repository browser.