[Commit] librr autogen.sh,1.1,1.2

Carl Worth commit at keithp.com
Tue Mar 30 19:22:33 PST 2004


Committed by: cworth

Update of /local/src/CVS/librr
In directory home.keithp.com:/tmp/cvs-serv32351

Modified Files:
	autogen.sh 
Log Message:
Allow libtoolize binary name to be overriden with LIBTOOLIZE environment variable

Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/librr/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/autogen.sh	1 Jun 2003 04:27:54 -0000	1.1
+++ b/autogen.sh	31 Mar 2004 03:22:30 -0000	1.2
@@ -3,6 +3,8 @@
 
 set -e
 
+LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
+
 if test -z "$*"; then
   echo "$0:	Note: \`./configure' will be run with no arguments."
   echo "		If you wish to pass any to it, please specify them on the"
@@ -15,7 +17,7 @@
     $@
 }
 
-do_cmd libtoolize --force --copy
+do_cmd ${LIBTOOLIZE} --force --copy
 
 do_cmd aclocal
 




More information about the Commit mailing list