aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:24:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:24:55 +0000
commitcb68c4227838e9ca2ada465427da079b299f1e30 (patch)
tree4019f4e2134274364afb838eb145a89c7b099885 /configure.ac
parent3083f0952e235766510458bbb853f4c0f1f4f937 (diff)
downloadcflow-cb68c4227838e9ca2ada465427da079b299f1e30.tar.gz
cflow-cb68c4227838e9ca2ada465427da079b299f1e30.tar.bz2
Raised version number to 0.2.1
Call cflow_GNULIB to check for missing sources Call MU_DEBUG_MODE to enable debugging mode
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 7 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 083a6e5..6ec1009 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,15 +18,17 @@
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_PREREQ(2.59)
-AC_INIT([GNU cflow], [0.2], [gray@gnu.org])
+AC_INIT([GNU cflow], [0.2.1], [gray@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h])
+gl_USE_SYSTEM_EXTENSIONS
# Checks for programs.
AC_PROG_CC
AC_PROG_LEX
+AC_PROG_RANLIB
# Checks for libraries.
# FIXME: Replace `main' with a function in `-ll':
@@ -36,17 +38,13 @@ AC_PROG_LEX
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
-# Checks for typedefs, structures, and compiler characteristics.
-AC_FUNC_OBSTACK
-
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
-AC_FUNC_STAT
-AC_FUNC_VPRINTF
AC_CHECK_FUNCS([memmove memset strdup strerror strtol])
+cflow_GNULIB
+MU_DEBUG_MODE
+
### Check for Emacs site-lisp directory
AM_PATH_LISPDIR
@@ -55,11 +53,9 @@ if test "$EMACS" != "no"; then
fi
AC_SUBST(lisp_LISP)
-AC_SUBST(LEXDIR)
-LEXDIR="$datadir/$PACKAGE_VERSION"
-
AC_CONFIG_FILES([Makefile
doc/Makefile
elisp/Makefile
+ lib/Makefile
src/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.