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: Tue, 28 Nov 2006 11:30:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/28 11:30:34

Modified files:
        .              : ChangeLog autogen.sh 

Log message:
                * autogen.sh: make 'Running' messages show all args.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1797&r2=1.1798
http://cvs.savannah.gnu.org/viewcvs/gnash/autogen.sh?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1797
retrieving revision 1.1798
diff -u -b -r1.1797 -r1.1798
--- ChangeLog   28 Nov 2006 10:51:41 -0000      1.1797
+++ ChangeLog   28 Nov 2006 11:30:34 -0000      1.1798
@@ -1,5 +1,7 @@
+
 2006-11-28 Sandro Santilli <address@hidden>
 
+       * autogen.sh: make 'Running' messages show all args.
        * server/sprite_instance.cpp (ctor): initialize
          all members (m_sound_stream_id in particular
          needed it).

Index: autogen.sh
===================================================================
RCS file: /sources/gnash/gnash/autogen.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- autogen.sh  4 Nov 2006 00:00:30 -0000       1.16
+++ autogen.sh  28 Nov 2006 11:30:34 -0000      1.17
@@ -128,16 +128,16 @@
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi
       if grep "^AC_PROG_INTLTOOL" configure.ac >/dev/null; then
-        echo "Running intltoolize..."
+        echo "Running intltoolize --copy --force --automake ..."
        ${INTLTOOLIZE:-intltoolize} --copy --force --automake
       fi
       if grep "^AM_PROG_XML_I18N_TOOLS" configure.ac >/dev/null; then
-        echo "Running xml-i18n-toolize..."
+        echo "Running xml-i18n-toolize --copy --force --automake..."
        xml-i18n-toolize --copy --force --automake
       fi
-      if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
+      if grep "^AC_PROG_LIBTOOL" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
-         echo "Running libtoolize..."
+         echo "Running libtoolize --force --copy ..."
          ${LIBTOOLIZE:-libtoolize} --force --copy
        fi
       fi
@@ -151,7 +151,7 @@
       # This is to prevent regenerating and checking in a pile of Makefiles
       # that haven't really changed. They clutter up the checkin messages.
       if test x"$1" = x ; then
-        echo "Running automake $am_opt ..."
+        echo "Running automake --add-missing --copy $am_opt ..."
         ${AUTOMAKE:-automake} --add-missing --copy $am_opt
       fi
       echo "Running autoconf ..."




reply via email to

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