diff options
Diffstat (limited to 'otherlibs/str/regex-0.12/configure.in')
-rw-r--r-- | otherlibs/str/regex-0.12/configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/otherlibs/str/regex-0.12/configure.in b/otherlibs/str/regex-0.12/configure.in deleted file mode 100644 index f0fc78025..000000000 --- a/otherlibs/str/regex-0.12/configure.in +++ /dev/null @@ -1,23 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_INIT(regex.c) - -AC_PROG_CC -AC_PROG_INSTALL - -dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary. The -dnl Autoconf documentation isn't specific about which BSD functions they -dnl provide. -AC_AIX -AC_DYNIX_SEQ -AC_ISC_POSIX -AC_MINIX - -AC_STDC_HEADERS -AC_HAVE_HEADERS(string.h) - -AC_ALLOCA -AC_CONST - -AC_PREFIX(gcc) - -AC_OUTPUT(Makefile doc/Makefile test/Makefile) |