summaryrefslogtreecommitdiff
path: root/support/intex/configure.ac
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/intex/configure.ac
Initial commit
Diffstat (limited to 'support/intex/configure.ac')
-rw-r--r--support/intex/configure.ac24
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],
+ [])