aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 2326343..765f65c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,13 +21,13 @@
21AC_PREREQ(2.59) 21AC_PREREQ(2.59)
22AC_INIT([GNU cflow], [1.1], [bug-cflow@gnu.org]) 22AC_INIT([GNU cflow], [1.1], [bug-cflow@gnu.org])
23AC_CONFIG_SRCDIR([src/cflow.h]) 23AC_CONFIG_SRCDIR([src/cflow.h])
24AC_CONFIG_AUX_DIR([build-aux]) 24AC_CONFIG_AUX_DIR([build-aux])
25AM_INIT_AUTOMAKE 25AM_INIT_AUTOMAKE
26AC_CONFIG_HEADER([config.h]) 26AC_CONFIG_HEADER([config.h])
27gl_USE_SYSTEM_EXTENSIONS 27gl_EARLY
28 28
29# Checks for programs. 29# Checks for programs.
30AC_PROG_CC 30AC_PROG_CC
31AC_PROG_LEX 31AC_PROG_LEX
32AC_PROG_RANLIB 32AC_PROG_RANLIB
33 33
@@ -36,13 +36,13 @@ AC_HEADER_STDC
36AC_CHECK_HEADERS([stdlib.h string.h unistd.h locale.h]) 36AC_CHECK_HEADERS([stdlib.h string.h unistd.h locale.h])
37 37
38# Checks for library functions. 38# Checks for library functions.
39AC_FUNC_ERROR_AT_LINE 39AC_FUNC_ERROR_AT_LINE
40AC_CHECK_FUNCS([memmove memset strdup strerror strtol setlocale]) 40AC_CHECK_FUNCS([memmove memset strdup strerror strtol setlocale])
41 41
42cflow_GNULIB 42gl_INIT
43MU_DEBUG_MODE 43MU_DEBUG_MODE
44 44
45AH_BOTTOM([ 45AH_BOTTOM([
46/* program_name is used by lib/error.c */ 46/* program_name is used by lib/error.c */
47#define program_name program_invocation_name 47#define program_name program_invocation_name
48#include <errno.h> 48#include <errno.h>
@@ -54,15 +54,14 @@ AM_PATH_LISPDIR
54if test "$EMACS" != "no"; then 54if test "$EMACS" != "no"; then
55 lisp_LISP='$(LISPSRC)' 55 lisp_LISP='$(LISPSRC)'
56fi 56fi
57AC_SUBST(lisp_LISP) 57AC_SUBST(lisp_LISP)
58 58
59# Gettext. 59# Gettext.
60AM_MKINSTALLDIRS 60AM_GNU_GETTEXT([external], [need-formatstring-macros])
61AM_GNU_GETTEXT([external], [need-ngettext]) 61AM_GNU_GETTEXT_VERSION(0.16)
62AM_GNU_GETTEXT_VERSION(0.14.1)
63 62
64# Doc hints. 63# Doc hints.
65# Select a rendition level: 64# Select a rendition level:
66# DISTRIB for stable releases (at most one dot in the version number) 65# DISTRIB for stable releases (at most one dot in the version number)
67# PROOF for alpha releases. 66# PROOF for alpha releases.
68# PUBLISH can only be required manually when running make in doc/ 67# PUBLISH can only be required manually when running make in doc/

Return to:

Send suggestions and report system problems to the System administrator.