[pktools] 110/375: configure.ac with conditional build for lasclasses

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:54:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit 11faf156c320e915409e6ba25be2192ccbe05fa2
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Thu May 16 09:47:14 2013 +0200

    configure.ac with conditional build for lasclasses
---
 configure.ac | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9b2b4cb..097286f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,16 +93,17 @@ AC_SUBST([LIBS])
 
 # files to generate via autotools (.am or .in source files)
 AC_CONFIG_HEADERS([config.h])
-AM_CONDITIONAL(USE_LAS, true)AM_COND_IF([USE_LAS],
-	[AC_CONFIG_FILES([src/lasclasses/Makefile])])
-AC_CONFIG_FILES([
-Makefile
-src/base/Makefile
-src/algorithms/Makefile
-src/imageclasses/Makefile
-src/fileclasses/Makefile
-src/apps/Makefile
-])
 
+AM_COND_IF([USE_LAS],
+	[AC_CONFIG_FILES([
+	src/lasclasses/Makefile])])
+AC_CONFIG_FILES([
+	Makefile
+	src/base/Makefile
+	src/algorithms/Makefile
+	src/imageclasses/Makefile
+	src/fileclasses/Makefile
+	src/apps/Makefile
+	])
 # generate the final Makefile etc.
 AC_OUTPUT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list