diff options
Diffstat (limited to 'support/intex/configure.ac')
-rw-r--r-- | support/intex/configure.ac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/support/intex/configure.ac b/support/intex/configure.ac new file mode 100644 index 0000000000..c5b5cddbd1 --- /dev/null +++ b/support/intex/configure.ac @@ -0,0 +1,24 @@ +dnl Process this file with autoconf to produce a configure script. +dnl +dnl $Id$ +dnl +AC_INIT(intex, 1.8.0) +AC_CONFIG_SRCDIR(src/mkintex.py) +AM_INIT_AUTOMAKE + +dnl AM_GNU_GETTEXT([external]) + +AM_PATH_PYTHON(2.7,, :) + +AC_OUTPUT([Makefile + setup.cfg + setup.py + bin/config.sh + doc/Makefile + doc/mkintex.xml + latex/Makefile + lib/intex/config.py + src/Makefile + src/post-install.sh + src/post-uninstall.sh], + []) |