summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/configure.ac')
-rw-r--r--Build/source/utils/pdfopen/configure.ac25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/utils/pdfopen/configure.ac b/Build/source/utils/pdfopen/configure.ac
new file mode 100644
index 00000000000..a739682e0bc
--- /dev/null
+++ b/Build/source/utils/pdfopen/configure.ac
@@ -0,0 +1,25 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl this is for autoconf 2.5x
+
+AC_INIT(pdfopen, 0.4, taco@metatex.org)
+
+AC_CONFIG_AUX_DIR(config)
+
+AM_INIT_AUTOMAKE(pdfopen, 0.4)
+
+AC_CONFIG_FILES(Makefile)
+
+AC_PROG_CC
+
+dnl AC_PROG_INSTALL
+
+dnl Checks for header files.
+
+dnl Checks for typedefs, structures, and compiler characteristics.
+
+dnl Checks for library functions.
+
+dnl Find Xlibs.
+AC_PATH_XTRA
+
+AC_OUTPUT