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: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog autogen.sh
Date: Thu, 30 Nov 2006 20:42:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/30 20:42:15

Modified files:
        .              : ChangeLog autogen.sh 

Log message:
        Patch by Patrice Dumas <address@hidden>:
        
                * autogen.sh: add libltdl once.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1834&r2=1.1835
http://cvs.savannah.gnu.org/viewcvs/gnash/autogen.sh?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1834
retrieving revision 1.1835
diff -u -b -r1.1834 -r1.1835
--- ChangeLog   30 Nov 2006 20:14:46 -0000      1.1834
+++ ChangeLog   30 Nov 2006 20:42:15 -0000      1.1835
@@ -1,3 +1,7 @@
+2006-11-30 Patrice Dumas <address@hidden>
+
+       * autogen.sh: add libltdl once.
+
 2006-11-30 Markus Gothe <address@hidden>
 
        * backend/sound_handler_sdl.{h,cpp}: hash<> to hash_wrapper<> change.

Index: autogen.sh
===================================================================
RCS file: /sources/gnash/gnash/autogen.sh,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- autogen.sh  30 Nov 2006 18:57:02 -0000      1.20
+++ autogen.sh  30 Nov 2006 20:42:15 -0000      1.21
@@ -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]