gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9674: add cygnal to ther macro searc


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9674: add cygnal to ther macro search path for cygnal specifc tests executed by the top level configure for now.
Date: Sat, 01 Nov 2008 08:50:43 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9674
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2008-11-01 08:50:43 -0600
message:
  add cygnal to ther macro search path for cygnal specifc tests executed by the 
top level configure for now.
modified:
  autogen.sh
=== modified file 'autogen.sh'
--- a/autogen.sh        2008-09-18 00:27:33 +0000
+++ b/autogen.sh        2008-11-01 14:50:43 +0000
@@ -181,6 +181,10 @@
         aclocalinclude="$ACLOCAL_FLAGS"
      fi
 
+     if test -d cygnal; then
+        aclocalinclude="-I cygnal ${aclocalinclude}"
+     fi
+
      if test -d libltdl/m4; then
         aclocalinclude="-I libltdl/m4 -I macros $ACLOCAL_FLAGS"
      fi


reply via email to

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