murrine r48 - in trunk: . src



Author: acimitan
Date: Wed Aug 27 18:33:41 2008
New Revision: 48
URL: http://svn.gnome.org/viewvc/murrine?rev=48&view=rev

Log:
2008-08-27  Andrea Cimitan  <andrea cimitan gmail com>

	* autogen.sh:
	* src/config.h.in:
	Updated autoge.sh, removed config.h.in now generated by autogen.sh
	Thanks to Werner Pantke


Removed:
   trunk/src/config.h.in
Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Wed Aug 27 18:33:41 2008
@@ -17,23 +17,23 @@
 }
 
 if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
-    AUTOMAKE=automake-1.10
-    ACLOCAL=aclocal-1.10
+	AUTOMAKE=automake-1.10
+	ACLOCAL=aclocal-1.10
 elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
-    AUTOMAKE=automake-1.9
-    ACLOCAL=aclocal-1.9
+	AUTOMAKE=automake-1.9
+	ACLOCAL=aclocal-1.9
 elif automake-1.8 --version < /dev/null > /dev/null 2>&1 ; then
-    AUTOMAKE=automake-1.8
-    ACLOCAL=aclocal-1.8
+	AUTOMAKE=automake-1.8
+	ACLOCAL=aclocal-1.8
 elif automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
-    AUTOMAKE=automake-1.7
-    ACLOCAL=aclocal-1.7
+	AUTOMAKE=automake-1.7
+	ACLOCAL=aclocal-1.7
 else
-        echo
-        echo "You must have automake 1.7.x installed to compile $PROJECT."
-        echo "Install the appropriate package for your distribution,"
-        echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
-        DIE=1
+	echo
+	echo "You must have automake 1.7.x installed to compile $PROJECT."
+	echo "Install the appropriate package for your distribution,"
+	echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
+	DIE=1
 fi
 
 (libtool --version) < /dev/null > /dev/null 2>&1 || {
@@ -49,15 +49,13 @@
 	echo "You must have intltool installed to compile murrine."
 	DIE=1
 }
-                        
 if test "$DIE" -eq 1; then
 	exit 1
 fi
 
-
 if test -z "$*"; then
 	echo "I am going to run ./configure with no arguments - if you wish "
-        echo "to pass any to it, please specify them on the $0 command line."
+	echo "to pass any to it, please specify them on the $0 command line."
 fi
 
 libtoolize --force --copy
@@ -65,7 +63,8 @@
 
 $ACLOCAL $ACLOCAL_FLAGS
 autoconf
+autoheader
 $AUTOMAKE --add-missing
 cd $THEDIR
 
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure "$@"



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