gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog autogen.sh


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog autogen.sh
Date: Thu, 30 Nov 2006 18:51:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/30 18:51:19

Modified files:
        .              : ChangeLog autogen.sh 

Log message:
        Applied patch from Patrice Dumas.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1830&r2=1.1831
http://cvs.savannah.gnu.org/viewcvs/gnash/autogen.sh?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1830
retrieving revision 1.1831
diff -u -b -r1.1830 -r1.1831
--- ChangeLog   30 Nov 2006 15:17:16 -0000      1.1830
+++ ChangeLog   30 Nov 2006 18:51:18 -0000      1.1831
@@ -1,3 +1,7 @@
+2006-11-30 Markus Gothe <address@hidden>
+
+       * autogen.sh: Applied patch from Patrice Dumas.
+
 2006-11-30 Sandro Santilli <address@hidden>
 
        * server/parser/movie_def_impl.cpp (resolve_import):

Index: autogen.sh
===================================================================
RCS file: /sources/gnash/gnash/autogen.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- autogen.sh  29 Nov 2006 17:45:44 -0000      1.18
+++ autogen.sh  30 Nov 2006 18:51:18 -0000      1.19
@@ -106,6 +106,13 @@
   am_opt=--include-deps;;
 esac
 
+if grep "^AC_PROG_LIBTOOL" configure.ac >/dev/null; then
+       if test -z "$NO_LIBTOOLIZE" ; then 
+         echo "Running libtoolize --force --ltdl --copy ..."
+         ${LIBTOOLIZE:-libtoolize} --force --ltdl --copy
+       fi
+fi
+
 for coin in `find $srcdir -name CVS -prune -o -name configure.ac -print`
 do 
   dr=`dirname $coin`
@@ -137,8 +144,8 @@
       fi
       if grep "^AC_PROG_LIBTOOL" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
-         echo "Running libtoolize --force --ltdl --copy ..."
-         ${LIBTOOLIZE:-libtoolize} --force --ltdl --copy
+         echo "Running libtoolize --force --copy ..."
+         ${LIBTOOLIZE:-libtoolize} --force --copy
        fi
       fi
       echo "Running aclocal $aclocalinclude ..."




reply via email to

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