]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
RPM spec file: remove the redundant ./buildconf script call, to bring the
authorGraham Leggett <minfrin@apache.org>
Fri, 11 Sep 2009 23:47:35 +0000 (23:47 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 11 Sep 2009 23:47:35 +0000 (23:47 +0000)
spec file in line with httpd-trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@814086 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/httpd.spec.in

index c6750748b9f99f33f0702fdd29788e01e78e0335..fd3b669522197b1ee3718c9108f03b49d0c906a1 100644 (file)
@@ -80,9 +80,6 @@ if test x${vmmn} != x%{mmn}; then
    exit 1
 fi
 
-# regenerate configure scripts
-./buildconf
-
 # Before configure; fix location of build dir in generated apxs
 %{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/httpd/build:g" \
        support/apxs.in