[niepce: 9/14] Add an "allapps" option



commit ae92ec517eba0fcf7414f6bbc61c97656371346b
Author: Hubert Figuière <hub figuiere net>
Date:   Sat Jun 8 12:49:21 2013 -0400

    Add an "allapps" option

 configure.ac |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9696ac5..528a289 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,13 @@ AC_ARG_ENABLE(camerawire,[  --enable-camerawire   Enable building Camerawire],[
 ],[
     NP_APP_CAMERAWIRE=no
 ])
+AC_ARG_ENABLE(allapps, [  --enable-allapps   Enable all apps],[
+    NP_APP_NIEPCE=yes
+    NP_APP_CAMERAWIRE=yes
+    NP_APPS="niepce,camerawire"
+],[
+
+])
 
 if test -z "$NP_APPS" ; then
     NP_APPS="niepce"
@@ -158,7 +165,9 @@ po/Makefile.in
 po/Makefile
 ])
 
+dnl =============
 dnl niepce
+dnl =============
 AM_CONDITIONAL(NIEPCE_BUILD, test "$NP_APP_NIEPCE" = "yes")
 if test "$NP_APP_NIEPCE" = "yes" ; then
 
@@ -192,7 +201,10 @@ src/niepce/Makefile
 
 fi
 
+dnl ================
 dnl camerawire
+dnl ================
+
 AM_CONDITIONAL(CW_BUILD, test "$NP_APP_CAMERAWIRE" = "yes")
 if test "$NP_APP_CAMERAWIRE" = "yes" ; then
 


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