summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/configure.ac.orig
blob: 882aa35bd1471339e3c34ea6ad237ccf1a6ba40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dnl Process this file with autoconf to produce a configure script.
dnl this is for autoconf 2.5x

AC_INIT(pdfopen, 0.5, taco@metatex.org)

AC_CONFIG_AUX_DIR(config)

AM_INIT_AUTOMAKE(pdfopen, 0.5)

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