texinfo-commits
[Top][All Lists]
Advanced

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

[6425] don't run libtoolize in autogen.sh


From: Gavin D. Smith
Subject: [6425] don't run libtoolize in autogen.sh
Date: Sun, 12 Jul 2015 12:04:47 +0000

Revision: 6425
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6425
Author:   gavin
Date:     2015-07-12 12:04:44 +0000 (Sun, 12 Jul 2015)
Log Message:
-----------
don't run libtoolize in autogen.sh

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/autogen.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-07-12 12:01:24 UTC (rev 6424)
+++ trunk/ChangeLog     2015-07-12 12:04:44 UTC (rev 6425)
@@ -5,6 +5,7 @@
        * info/Makefile.am,
        install-info/Makefile.am: Change Gnulib library file from 
        libgnu.la to libgnu.a.
+       * autogen.sh: Remove use of libtoolize.
 
        * tp/Texinfo/Convert/XSParagraph/Makefile.am: Refer to gnulib 
        files in subdirectory.

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh    2015-07-12 12:01:24 UTC (rev 6424)
+++ trunk/autogen.sh    2015-07-12 12:04:44 UTC (rev 6425)
@@ -40,12 +40,11 @@
 #cmd="autoreconf --verbose --force --install --include=m4"
 
 # So instead:
-: ${LIBTOOLIZE=libtoolize}
 : ${ACLOCAL=aclocal}
 : ${AUTOHEADER=autoheader}
 : ${AUTOMAKE=automake}
 : ${AUTOCONF=autoconf}
-cmd="$LIBTOOLIZE && $ACLOCAL -I gnulib/m4 && $AUTOCONF && $AUTOHEADER && 
$AUTOMAKE"
+cmd="$ACLOCAL -I gnulib/m4 && $AUTOCONF && $AUTOHEADER && $AUTOMAKE"
 echo "  $cmd $*"
 $chicken eval $cmd "$@" || exit 1
 




reply via email to

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