gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Wed, 13 Jun 2007 17:51:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/13 17:51:25

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        Another patch from andrew (#5934)
                * configure.ac: removes the duplicate "Checking" and adds the 
missing
                  newline while checking for archiver type.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3531&r2=1.3532
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.340&r2=1.341

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3531
retrieving revision 1.3532
diff -u -b -r1.3531 -r1.3532
--- ChangeLog   13 Jun 2007 17:44:00 -0000      1.3531
+++ ChangeLog   13 Jun 2007 17:51:24 -0000      1.3532
@@ -1,5 +1,7 @@
 2007-06-13 Andrew Guertin <address@hidden>
 
+       * configure.ac: removes the duplicate "Checking" and adds the missing
+         newline while checking for archiver type.
        * macros/agg.m4: print the missing "checking for AGG headers" line.
          (patch #5933)
 

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -b -r1.340 -r1.341
--- configure.ac        13 Jun 2007 09:59:42 -0000      1.340
+++ configure.ac        13 Jun 2007 17:51:24 -0000      1.341
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.340 2007/06/13 09:59:42 strk Exp $
+dnl $Id: configure.ac,v 1.341 2007/06/13 17:51:24 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -441,11 +441,13 @@
 dnl we have here now. For some reason on Darwin, we don't get the
 dnl count from grep via stdin correctly. Writing a temp file does the
 dnl trick, so although it's ugly, that's what we gotta do...
-AC_MSG_CHECKING([Checking which type of library archiver we have])
+AC_MSG_CHECKING([which type of library archiver we have])
 rm -f .tmp
 libtool > .tmp 2>&1
 archiver=`grep -c dynamic .tmp 2>&1`
 rm -f .tmp
+dnl is there any good way to report what we found here?
+AC_MSG_RESULT()
 if test $archiver -eq 1; then
 dnl   if test "$enable_shared" = no; then
 dnl     AR="libtool -static"




reply via email to

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