gnome-panel r10749 - trunk



Author: vuntz
Date: Mon Jan 21 16:14:04 2008
New Revision: 10749
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10749&view=rev

Log:
2008-01-21  Vincent Untz  <vuntz gnome org>

	* configure.in: move AM_PROG_CC_C_O towards the top, to try to keep
	things readable. I know, it's not possible :-)


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 21 16:14:04 2008
@@ -28,9 +28,10 @@
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 #AC_PROG_SED available in 2.59b
+AM_PROG_CC_C_O
+
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 AC_PATH_PROG(GCONFTOOL, gconftool-2)
-AM_PROG_CC_C_O
 
 GNOME_COMPILE_WARNINGS(maximum)
 



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