summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <>2001-03-29 23:41:43 +0000
committerPixel <>2001-03-29 23:41:43 +0000
commit4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (patch)
treed943ee914c58cad3e91fd642c2ba2c9e7fe62eba
parent80fdb0714b75cb240d8b8068d718b915f1904110 (diff)
Vire le fichier .scan
-rw-r--r--configure.scan30
1 files changed, 0 insertions, 30 deletions
diff --git a/configure.scan b/configure.scan
deleted file mode 100644
index 7b9b426..0000000
--- a/configure.scan
+++ /dev/null
@@ -1,30 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(acconfig.h)
-
-dnl Checks for programs.
-AC_PROG_CXX
-AC_PROG_AWK
-AC_PROG_CC
-AC_PROG_CPP
-AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-AC_PROG_RANLIB
-
-dnl Checks for libraries.
-
-dnl Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h unistd.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
-AC_C_INLINE
-AC_TYPE_SIZE_T
-
-dnl Checks for library functions.
-AC_FUNC_ALLOCA
-AC_FUNC_MMAP
-AC_CHECK_FUNCS(getcwd getwd putenv strdup)
-
-AC_OUTPUT(doc/Makefile intl/Makefile Makefile lib/Makefile include/Makefile src/Makefile)