diff options
Diffstat (limited to 'Build/source/texk/gsftopk/configure.in')
-rw-r--r-- | Build/source/texk/gsftopk/configure.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Build/source/texk/gsftopk/configure.in b/Build/source/texk/gsftopk/configure.in deleted file mode 100644 index e81367859fa..00000000000 --- a/Build/source/texk/gsftopk/configure.in +++ /dev/null @@ -1,28 +0,0 @@ -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 |