gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libextractor] branch master updated: autoupdate


From: gnunet
Subject: [libextractor] branch master updated: autoupdate
Date: Tue, 05 Dec 2023 09:21:28 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libextractor.

The following commit(s) were added to refs/heads/master by this push:
     new b775724  autoupdate
b775724 is described below

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

    autoupdate
---
 configure.ac | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 80dd013..8fccb4b 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]