[pktools] 109/375: configure.ac conditional Makefile for las

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 555ac68d6dd5607b6b9a5966cf2ee0228da285cd
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Wed May 15 14:09:54 2013 +0200

    configure.ac conditional Makefile for las
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 631829f..9b2b4cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,8 @@ 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
@@ -101,8 +103,6 @@ src/imageclasses/Makefile
 src/fileclasses/Makefile
 src/apps/Makefile
 ])
-AM_COND_IF([USE_LAS],
-	[AC_CONFIG_FILES([src/lasclasses/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