[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5144: cosmetics: Move the nomodules option to the configure options section.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 12 Nov 2010 15:44:31 -0000

------------------------------------------------------------
revno: 5144
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-12 16:41:41 +0100
message:
  cosmetics: Move the nomodules option to the configure options section.
modified:
  configure.ac


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac        2010-11-12 15:39:06 +0000
+++ configure.ac        2010-11-12 15:41:41 +0000
@@ -80,9 +80,6 @@
 AH_TEMPLATE(HIPL_CONFIG_FILE, [default config file location])
 
 
-AC_ARG_WITH(nomodules,
-            AS_HELP_STRING([--with-nomodules=list],
-                           [comma-separated list of disabled modules]))
 
 # Set default AM_CFLAGS for the complete project.
 AC_SUBST(AM_CFLAGS, "-std=c99 -Wall -Wextra -Werror")
@@ -217,6 +214,10 @@
     AH_TEMPLATE(CONFIG_HIP_DEMO, [Defined to 1 if demo is enabled.])
 fi
 
+AC_ARG_WITH(nomodules,
+            AS_HELP_STRING([--with-nomodules=list],
+                           [comma-separated list of disabled modules]))
+
 
 
 # Parse modules directory

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5144: cosmetics: Move the nomodules option to the configure options section. - noreply