SF.net SVN: geany:[6009] trunk/configure.ac

colombanw at users.sourceforge.net colombanw at xxxxx
Thu Oct 6 00:45:50 UTC 2011


Revision: 6009
          http://geany.svn.sourceforge.net/geany/?rev=6009&view=rev
Author:   colombanw
Date:     2011-10-06 00:45:49 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Reorder configure.ac a bit

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2011-10-06 00:45:33 UTC (rev 6008)
+++ trunk/configure.ac	2011-10-06 00:45:49 UTC (rev 6009)
@@ -12,6 +12,15 @@
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
+GEANY_PREFIX
+GEANY_DOCDIR
+
+GEANY_STATUS_ADD([Install Geany in], [${prefix}])
+if test -n "${build}" -a -n "${target}"; then
+	GEANY_STATUS_ADD([Building Geany on], [${build}])
+	GEANY_STATUS_ADD([Building Geany for], [${target}])
+fi
+
 # why do we use this?
 AC_USE_SYSTEM_EXTENSIONS
 
@@ -42,25 +51,12 @@
 
 # autoscan end
 
-GEANY_PREFIX
-GEANY_DOCDIR
 
-GEANY_STATUS_ADD([Install Geany in], [${prefix}])
-if test -n "${build}" -a -n "${target}"; then
-	GEANY_STATUS_ADD([Building Geany on], [${build}])
-	GEANY_STATUS_ADD([Building Geany for], [${target}])
-fi
-
-
 # check for SVN revision
 GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy
 					  CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])
 
 
-# Check for binary relocation support
-GEANY_CHECK_BINRELOC
-
-
 # GTK/GLib/GIO checks
 gtk_modules="gtk+-2.0 >= 2.12 glib-2.0 >= 2.16 gio-2.0 >= 2.16"
 PKG_CHECK_MODULES([GTK], [$gtk_modules])
@@ -81,24 +77,18 @@
 		[])
 
 
+# Check for binary relocation support
+GEANY_CHECK_BINRELOC
 # Plugins support
 GEANY_CHECK_PLUGINS
-
-
 # check whether to use included GNU regex library
 GEANY_CHECK_GNU_REGEX
-
-
 # check for mingw specific settings
 GEANY_CHECK_MINGW
 
-
 GEANY_CHECK_SOCKET
-
-
 GEANY_CHECK_VTE
 
-
 # just for a laugh (it has absolutely no effect)
 AC_ARG_ENABLE([the-force],
 		[AS_HELP_STRING([--enable-the-force],
@@ -112,16 +102,12 @@
 	AC_MSG_RESULT([no])
 fi
 
-
 # i18n
 GEANY_I18N
 
-
 GEANY_DATA_DIR=`eval echo ${datarootdir}/geany`
 AC_SUBST([GEANY_DATA_DIR])
 
-
-
 # Output
 AC_CONFIG_FILES([
 		Makefile
@@ -145,7 +131,6 @@
 ])
 AC_OUTPUT
 
-
 # Summary
 GEANY_STATUS_OUTPUT
 echo ""

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list