aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7002fb9..344c3b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,6 @@ AM_SILENT_RULES([yes])
26 26
27# Checks for programs. 27# Checks for programs.
28AC_PROG_CC 28AC_PROG_CC
29gl_EARLY
30AC_PROG_LEX
31AC_PROG_YACC
32AC_PROG_RANLIB 29AC_PROG_RANLIB
33 30
34# Checks for libraries. 31# Checks for libraries.
@@ -47,7 +44,6 @@ AC_TYPE_SIZE_T
47AC_HEADER_STDBOOL 44AC_HEADER_STDBOOL
48 45
49# Checks for library functions. 46# Checks for library functions.
50gl_INIT
51AC_FUNC_FORK 47AC_FUNC_FORK
52AC_FUNC_MALLOC 48AC_FUNC_MALLOC
53AC_FUNC_MEMCMP 49AC_FUNC_MEMCMP
@@ -135,7 +131,6 @@ fi
135 131
136AC_CONFIG_FILES([Makefile 132AC_CONFIG_FILES([Makefile
137 doc/Makefile 133 doc/Makefile
138 gnu/Makefile
139 src/Makefile 134 src/Makefile
140 etc/Makefile]) 135 etc/Makefile])
141 136

Return to:

Send suggestions and report system problems to the System administrator.