[cpp-sp] 56/78: Copy config.* files before running autotools

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:31 EST 2018


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

scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=55a61ce51734c519b782180b580eb739ee5cb479

commit 55a61ce51734c519b782180b580eb739ee5cb479
Author: Russ Allbery <rra at debian.org>
AuthorDate: Wed Jun 25 14:38:04 2008 -0700

    Copy config.* files before running autotools
    
    Copy over config.guess and config.sub before re-running the autotools.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d100119..237c8f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,12 +46,12 @@ get-orig-source:
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	cp /usr/share/misc/config.guess config.guess
+	cp /usr/share/misc/config.sub config.sub
 	rm -f libtool.m4
 	libtoolize --force
 	autoreconf --force
 	rm -rf autom4te.cache
-	cp /usr/share/misc/config.guess config.guess
-	cp /usr/share/misc/config.sub config.sub
 	CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr \
 	    --sysconfdir=/etc --libexecdir=/usr/lib/shibboleth \
 	    --localstatedir=/var --enable-apache-22 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list