gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash autogen.sh


From: Rob Savoye
Subject: [Gnash-commit] gnash autogen.sh
Date: Mon, 21 Jan 2008 22:45:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/01/21 22:45:50

Modified files:
        .              : autogen.sh 

Log message:
        Oops, left out of big checkin, ChangeLog entry already added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/autogen.sh?cvsroot=gnash&r1=1.29&r2=1.30

Patches:
Index: autogen.sh
===================================================================
RCS file: /sources/gnash/gnash/autogen.sh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- autogen.sh  4 Oct 2007 12:32:34 -0000       1.29
+++ autogen.sh  21 Jan 2008 22:45:49 -0000      1.30
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # 
-#   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -106,10 +106,19 @@
   am_opt=--include-deps;;
 esac
 
+# Rather than have libltdl run it's own configure, the few tests libltdl needed
+# were added to the main configure.ac. As we need to look at config.h in header
+# files, which may conflict with other versions of config.h, this has been
+# renamed to gnashconfig,h to be unique. As the files libtoolize copies insist
+# on using config.h, we just edit the name, rather than adding a fixed copy to
+# Gnash.
 if grep "^AC_PROG_LIBTOOL" configure.ac >/dev/null; then
        if test -z "$NO_LIBTOOLIZE" ; then 
          echo "Running libtoolize --force --ltdl --copy ..."
          if ${LIBTOOLIZE:-libtoolize} --force --ltdl --copy; then
+           mv libltdl/ltdl.c libltdl/ltdl.c.orig
+           sed -e 's/include <config.h>/include <gnashconfig.h>/' 
libltdl/ltdl.c.orig > libltdl/ltdl.c
+           #rm libltdl/ltdl.c.orig
            chmod a+w libltdl/config-h.in # Darwin needs this
           else
             echo




reply via email to

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