[FriBidi-commit] fribidi2 bootstrap,1.3,1.4

Behdad Esfahbod behdad at freedesktop.org
Sat Aug 27 03:21:53 PDT 2005


Update of /cvs/fribidi/fribidi2
In directory gabe:/tmp/cvs-serv24967

Modified Files:
	bootstrap 
Log Message:
Small change to not run libtool if the package doesn't use it.


Index: bootstrap
===================================================================
RCS file: /cvs/fribidi/fribidi2/bootstrap,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bootstrap	4 Jun 2004 09:41:11 -0000	1.3
+++ bootstrap	27 Aug 2005 10:21:51 -0000	1.4
@@ -117,7 +117,9 @@
 # add files 'config.guess', 'config.sub', 'ltconfig', 'ltmain.sh'
 test -f Makefile.am && MY_LIBTOOLIZEFLAGS=--automake
 
-$DRYRUN libtoolize $HELP $VERSION $COPY $DEBUG $FORCE $MY_LIBTOOLIZEFLAGS $LIBTOOLIZEFLAGS || exit $?
+if grep -q '^ *AC_PROG_LIBTOOL' configure.ac configure.in 2>/dev/null; then
+	$DRYRUN libtoolize $HELP $VERSION $COPY $DEBUG $FORCE $MY_LIBTOOLIZEFLAGS $LIBTOOLIZEFLAGS || exit $?
+fi
 
 # generate 'aclocal.m4'
 if test -f configure.ac -o configure.in; then



More information about the fribidi-commit mailing list