texinfo-commits
[Top][All Lists]
Advanced

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

[6418] libtoolize in autogen.sh


From: Gavin D. Smith
Subject: [6418] libtoolize in autogen.sh
Date: Sat, 11 Jul 2015 19:43:50 +0000

Revision: 6418
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6418
Author:   gavin
Date:     2015-07-11 19:43:49 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
libtoolize in autogen.sh

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

Removed Paths:
-------------
    trunk/build-aux/ltmain.sh

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

Deleted: trunk/build-aux/ltmain.sh
===================================================================
--- trunk/build-aux/ltmain.sh   2015-07-11 18:39:11 UTC (rev 6417)
+++ trunk/build-aux/ltmain.sh   2015-07-11 19:43:49 UTC (rev 6418)
@@ -1 +0,0 @@
-link /usr/share/libtool/config/ltmain.sh
\ No newline at end of file




reply via email to

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