librep r2979 - trunk



Author: chrisb
Date: Mon Feb  2 09:15:40 2009
New Revision: 2979
URL: http://svn.gnome.org/viewvc/librep?rev=2979&view=rev

Log:
remove "now type make to compile" message from autogen.sh


Modified:
   trunk/autogen.sh
   trunk/configure.in

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Mon Feb  2 09:15:40 2009
@@ -32,5 +32,4 @@
   autoconf $AUTOCONF_FLAGS || exit 1
 fi
 
-./configure "$@" && ( echo ; echo "Now type \`make' to compile." )
-
+./configure "$@"

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb  2 09:15:40 2009
@@ -640,7 +640,8 @@
 
   == == == == == == == == == == == == ==
   
-  compiler:	$CC  "
+  compiler:	$CC
+  cflags:	$CFLAGS $DEVELOPMENT_CFLAGS"
 
 if [[ $with_gmp != no ]]; then
 	echo "  libgmp:	yes"



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