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
@@ -23,15 +23,12 @@ AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options silent-rul
23 23
24# Enable silent rules by default: 24# Enable silent rules by default:
25AM_SILENT_RULES([yes]) 25AM_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.
35 32
36# Checks for header files. 33# Checks for header files.
37AC_HEADER_STDC 34AC_HEADER_STDC
@@ -44,13 +41,12 @@ AC_TYPE_SIGNAL
44AC_TYPE_UID_T 41AC_TYPE_UID_T
45AC_TYPE_PID_T 42AC_TYPE_PID_T
46AC_TYPE_SIZE_T 43AC_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
54AC_FUNC_STAT 50AC_FUNC_STAT
55AC_FUNC_VPRINTF 51AC_FUNC_VPRINTF
56AC_CHECK_FUNCS([fchdir memset strchr strdup strerror strrchr setegid setregid setresgid setresuid seteuid setreuid vsyslog sysconf getdtablesize]) 52AC_CHECK_FUNCS([fchdir memset strchr strdup strerror strrchr setegid setregid setresgid setresuid seteuid setreuid vsyslog sysconf getdtablesize])
@@ -132,11 +128,10 @@ AC_PATH_PROG(GPG, gpg, '')
132if test -n "$GPG"; then 128if test -n "$GPG"; then
133 AC_SUBST(WYDAWCA_GPGFILES, '$(GPGFILES)') 129 AC_SUBST(WYDAWCA_GPGFILES, '$(GPGFILES)')
134fi 130fi
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
142AC_OUTPUT 137AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.