aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-11-08 18:07:08 +0000
committerWojciech Polak <polak@gnu.org>2003-11-08 18:07:08 +0000
commitc121b73bed44926ee8b1af5b56e27d02f9374e2c (patch)
treeef6335549b39ce97b3f57508b58afa07c8223da9 /configure.ac
parentd16ad9d41f228e4570aeaf7d120016c2f4b43170 (diff)
downloadanubis-c121b73bed44926ee8b1af5b56e27d02f9374e2c.tar.gz
anubis-c121b73bed44926ee8b1af5b56e27d02f9374e2c.tar.bz2
Changed AM_CONFIG_HEADER to AC_CONFIG_HEADERS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d7370c5..723f1c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,10 +25,10 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU Anubis], [3.9.94], [bug-anubis@gnu.org], [anubis])
AC_PREREQ([2.57])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(config.h)
if test "$CFLAGS"; then
CFLAGS_CUSTOM=yes
@@ -57,7 +57,8 @@ AC_CHECK_TYPE(u_char, unsigned char)
AC_CHECK_HEADERS(arpa/inet.h syslog.h regex.h \
sys/types.h sys/socket.h socket.h)
-AC_CHECK_TYPE(socklen_t, , AC_DEFINE(socklen_t, int, [Define to int if <sys/types.h> does not define]),
+AC_CHECK_TYPE(socklen_t, , AC_DEFINE(socklen_t, int,
+[Define to int if <sys/types.h> does not define]),
[
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
@@ -303,7 +304,7 @@ else
fi
fi
-### Check for Emacs site-lisp directory
+dnl Check for Emacs site-lisp directory
AM_PATH_LISPDIR
if test "$EMACS" != "no"; then
lisp_LISP='$(LISPSRC)'

Return to:

Send suggestions and report system problems to the System administrator.