aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fd22d37..b0aba5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,12 +24,14 @@ dnl AC_CONFIG_LIBOBJ_DIR([src])
24 24
25# Enable silent rules by default: 25# Enable silent rules by default:
26AM_SILENT_RULES([yes]) 26AM_SILENT_RULES([yes])
27 27
28# Checks for programs. 28# Checks for programs.
29AC_PROG_CC 29AC_PROG_CC
30AC_PROG_LEX
31AC_PROG_YACC
30AC_PROG_RANLIB 32AC_PROG_RANLIB
31 33
32# Checks for header files. 34# Checks for header files.
33AC_HEADER_STDC 35AC_HEADER_STDC
34AC_CHECK_HEADERS([getopt.h]) 36AC_CHECK_HEADERS([getopt.h])
35 37

Return to:

Send suggestions and report system problems to the System administrator.