libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit b7757241468ff236925bedf04e71423ef314854c
parent 5b5c233e42c6114a0ac4bff481e31dc51cdff40a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue,  5 Dec 2023 17:21:21 +0900

autoupdate

Diffstat:
Mconfigure.ac | 17++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -15,15 +15,15 @@ # GNU libextractor; see the file COPYING. If not, If not, see <http://www.gnu.org/license> # # -AC_PREREQ(2.61) -AC_INIT([libextractor], [1.13], [bug-libextractor@gnu.org]) +AC_PREREQ([2.71]) +AC_INIT([libextractor],[1.13],[bug-libextractor@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET LIB_VERSION_CURRENT=4 LIB_VERSION_REVISION=8 @@ -46,7 +46,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_CANONICAL_HOST -AC_PROG_LIBTOOL +LT_INIT # save LIBS, libtool does a AC_SEARCH_LIBS(dlopen, dl), but plugins # need not have -ldl added LT_INIT([disable-static dlopen win32-dll]) @@ -189,9 +189,7 @@ AC_DEFINE_DIR([ISOLOCALEDIR], [ISOPFX/share/locale], [iso-639 catalog]) # relative plugin directory rplugindir="libextractor" AC_ARG_WITH(plugindirname, - AC_HELP_STRING( - [--with-plugindirname], - [install directory for plugins (always relative to libdir)]), + AS_HELP_STRING([--with-plugindirname],[install directory for plugins (always relative to libdir)]), [rplugindir=$withval]) AC_SUBST(RPLUGINDIR, $rplugindir) @@ -456,9 +454,6 @@ AC_MSG_RESULT($enable_test_run) AM_CONDITIONAL([ENABLE_TEST_RUN], [test "x$enable_tests_run" = "xyes"]) - -# Checks for header files. -AC_HEADER_STDC AC_HEADER_DIRENT AC_HEADER_STDBOOL AC_CHECK_HEADERS([iconv.h fcntl.h netinet/in.h stdlib.h string.h unistd.h libintl.h limits.h stddef.h zlib.h]) @@ -566,7 +561,7 @@ AM_PATH_GLIB_2_0(2.0.0, without_glib=true) AC_MSG_CHECKING([whether glib is disabled]) AC_ARG_ENABLE(glib, - [AC_HELP_STRING([--disable-glib],[disable glib support])], + [AS_HELP_STRING([--disable-glib],[disable glib support])], [case "$enableval" in no) AC_MSG_RESULT(disabled) without_glib=true