bug-gettext
[Top][All Lists]
Advanced

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

[bug #59929] AC_INIT with proper package and version


From: Dirk Mueller
Subject: [bug #59929] AC_INIT with proper package and version
Date: Fri, 22 Jan 2021 17:01:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?59929>

                 Summary: AC_INIT with proper package and version
                 Project: GNU gettext
            Submitted by: dmueller
            Submitted on: Fri 22 Jan 2021 10:01:25 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

reconfiguring libtextstyle with recent automake gives:

autoreconf: configure.ac: adding subdirectory libtextstyle to autoreconf
autoreconf: Entering directory `libtextstyle'
autoreconf: running: aclocal --force -I m4 -I gnulib-m4
configure.ac:25: error: AC_INIT should be called with package and version
arguments
gl_AM_INIT_AUTOMAKE is expanded from...
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:25: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1


This appears to be an incompatibility iwth the gl_AM_INIT_AUTOMAKE macro that
is used here. this can be easily fixed by simply using AC_INIT as it was
designed to. I'll add a patch.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 22 Jan 2021 10:01:25 PM UTC  Name: use-acinit-for-libtextstyle.patch
 Size: 513B   By: dmueller
use-acinit-for-libtextstyle.patch
<http://savannah.gnu.org/bugs/download.php?file_id=50767>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59929>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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