summaryrefslogtreecommitdiff
path: root/Build/source/texk/gsftopk/configure.in.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/gsftopk/configure.in.orig')
-rw-r--r--Build/source/texk/gsftopk/configure.in.orig28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/texk/gsftopk/configure.in.orig b/Build/source/texk/gsftopk/configure.in.orig
new file mode 100644
index 00000000000..e81367859fa
--- /dev/null
+++ b/Build/source/texk/gsftopk/configure.in.orig
@@ -0,0 +1,28 @@
+dnl Process this file with autoconf to produce a configure script.
+AC_INIT(gsftopk.c)
+
+AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])
+
+AC_PROG_CC
+AC_PROG_INSTALL
+AC_PROG_MAKE_SET
+AC_PROG_LN_S
+
+sinclude(../kpathsea/withenable.ac)
+
+dnl Checks for header files.
+AC_HEADER_SYS_WAIT
+AC_HEADER_TIME
+AC_CHECK_HEADERS([poll.h sys/time.h])
+
+dnl Checks for library functions.
+AC_FUNC_VFORK
+AC_TYPE_SIGNAL
+AC_CHECK_FUNCS([poll sigaction])
+
+if test "$ac_cv_header_poll_h" = no || test "$ac_cv_func_poll" = no; then
+ AC_CHECK_HEADERS([sys/select.h select.h])
+fi
+
+KPSE_CONFIG_FILES([Makefile])
+AC_OUTPUT