From 61bb7a83b4e8b4864273ef19ff26c390dbf84080 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 6 May 2005 08:51:44 +0000 Subject: [PATCH] * configure.ac (gl_MODULES): Add assert to support a --disable-assert configure time option for NDEBUG setting. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 693fbf16..a6d0d9cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-05-06 Gary V. Vaughan + * configure.ac (gl_MODULES): Add assert to support a + --disable-assert configure time option for NDEBUG setting. + * Makefile.am (src_m4_SOURCES): Add version-etc-fsf.c. * bootstrap (src_modules): Add version-etc-fsf. * src/main.c (version_etc_copyright): Removed. diff --git a/configure.ac b/configure.ac index e045d964..309b8e06 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ gl_SOURCE_BASE(gnu) gl_M4_BASE(ltdl/m4) # We also use getopt and version-etc, but they are copied into # the project tree by bootstrap since they are used only by m4 itself. -gl_MODULES(error exit free gettext obstack progname regex stdbool strtol xalloc xalloc-die xstrndup) +gl_MODULES(assert error exit free gettext obstack progname regex stdbool strtol xalloc xalloc-die xstrndup) gl_INIT # Gnulib doesn't always do things quite the way M4 would like... -- 2.11.4.GIT