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:57:02 +0000

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

Modified files:
        .              : ChangeLog autogen.sh 

Log message:
        Reverted

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1831
retrieving revision 1.1832
diff -u -b -r1.1831 -r1.1832
--- ChangeLog   30 Nov 2006 18:51:18 -0000      1.1831
+++ ChangeLog   30 Nov 2006 18:57:02 -0000      1.1832
@@ -1,7 +1,3 @@
-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.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- autogen.sh  30 Nov 2006 18:51:18 -0000      1.19
+++ autogen.sh  30 Nov 2006 18:57:02 -0000      1.20
@@ -106,13 +106,6 @@
   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`
@@ -144,8 +137,8 @@
       fi
       if grep "^AC_PROG_LIBTOOL" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
-         echo "Running libtoolize --force --copy ..."
-         ${LIBTOOLIZE:-libtoolize} --force --copy
+         echo "Running libtoolize --force --ltdl --copy ..."
+         ${LIBTOOLIZE:-libtoolize} --force --ltdl --copy
        fi
       fi
       echo "Running aclocal $aclocalinclude ..."




reply via email to

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