[Goodies-commits] r6798 - xfburn/trunk

David Mohr squisher at xfce.org
Thu Feb 26 06:15:07 CET 2009


Author: squisher
Date: 2009-02-26 05:15:06 +0000 (Thu, 26 Feb 2009)
New Revision: 6798

Modified:
   xfburn/trunk/
   xfburn/trunk/autogen.sh
Log:
Making eht16 and myself happy - take autogen configure flags from an optional config file


Property changes on: xfburn/trunk
___________________________________________________________________
Modified: svn:ignore
   - missing
aclocal.m4
install-sh
autom4te.cache
libtool
config.h.in
stamp-h1
config.status
Xfburn.anjuta
mkinstalldirs
Makefile
Makefile.in
INSTALL
ltmain.sh
config.sub
config.h
config.guess
TODO.tasks
compile
depcomp
config.log
configure
.tm_project2.cache
.anjuta
*.bz2
*.gz
intltool-merge
xfburn.desktop
intltool-extract
intltool-extract.in
intltool-update
configure.in
intltool-update.in
intltool-merge.in


   + missing
aclocal.m4
install-sh
autom4te.cache
libtool
config.h.in
stamp-h1
config.status
Xfburn.anjuta
mkinstalldirs
Makefile
Makefile.in
INSTALL
ltmain.sh
config.sub
config.h
config.guess
TODO.tasks
compile
depcomp
config.log
configure
.tm_project2.cache
.anjuta
*.bz2
*.gz
intltool-merge
xfburn.desktop
intltool-extract
intltool-extract.in
intltool-update
configure.in
intltool-update.in
intltool-merge.in
autogen.configureflags


Modified: xfburn/trunk/autogen.sh
===================================================================
--- xfburn/trunk/autogen.sh	2009-02-26 01:45:41 UTC (rev 6797)
+++ xfburn/trunk/autogen.sh	2009-02-26 05:15:06 UTC (rev 6798)
@@ -41,7 +41,10 @@
     -e "s/@REVISION@/${revision}/g" \
     < "configure.in.in" > "configure.in"
 
-configureflags="--enable-debug=full"
+if test -f autogen.configureflags; then
+  configureflags=`cat autogen.configureflags`
+fi
+
 exec xdt-autogen $configureflags $@
 
 # vi:set ts=2 sw=2 et ai:




More information about the Goodies-commits mailing list