[mapserver] 08/43: Use dh_auto_configure instead of calling ./configure.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 7 20:21:32 UTC 2015


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

sebastic pushed a commit to branch wheezy-backports
in repository mapserver.

commit c7a3672c7602a9c5d78383f97912236de585fe8f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 19 19:10:34 2013 +0200

    Use dh_auto_configure instead of calling ./configure.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 68b765f..3476a8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ MS_LDFLAGS=$(LDFLAGS)
 
 configure-stamp:
 	dh_testdir
-	./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" CPPFLAGS="$(MS_CPPFLAGS)" LDFLAGS="$(MS_LDFLAGS)"
+        dh_auto_configure -- $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" CPPFLAGS="$(MS_CPPFLAGS)" LDFLAGS="$(MS_LDFLAGS)"
 
 	touch configure-stamp
 

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



More information about the Pkg-grass-devel mailing list