forked from pool/quilt
- Don't call autoconf during build, assume configure script is
already up-to-date. This avoids problems when version of autoconf is too old. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=42
This commit is contained in:
parent
042e227ea0
commit
0fd0860883
@ -78,3 +78,25 @@
|
||||
AC_SUBST(docdir)
|
||||
|
||||
dnl Check for rpmbuild (v4) vs. rpm (v3)
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -1902,6 +1902,7 @@ ac_configure="$SHELL $ac_aux_dir/configu
|
||||
PACKAGE_RELEASE=1
|
||||
|
||||
|
||||
+
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@@ -6757,11 +6758,6 @@ $as_echo "$as_me: Building without natur
|
||||
fi
|
||||
|
||||
|
||||
-if test -n "$RPM_DOC_DIR" ; then
|
||||
- docdir="$RPM_DOC_DIR"
|
||||
-else
|
||||
- docdir='$(datadir)/doc'
|
||||
-fi
|
||||
|
||||
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 11:53:53 CET 2011 - jdelvare@suse.de
|
||||
|
||||
- Don't call autoconf during build, assume configure script is
|
||||
already up-to-date. This avoids problems when version of autoconf
|
||||
is too old.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 15:18:04 CET 2011 - jdelvare@suse.de
|
||||
|
||||
|
@ -72,7 +72,6 @@ Authors:
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
autoconf
|
||||
# --with-rpmbuild=/usr/lib/rpm/rpmb:
|
||||
#
|
||||
# SUSE Autobuild uses a version of /usr/bin/rpmbuild that sources
|
||||
|
Loading…
Reference in New Issue
Block a user