]> git.pld-linux.org Git - packages/courier.git/commitdiff
- ac-branch merge
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Nov 2007 20:50:41 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier.spec -> 1.150

courier.spec

index 2e11abf3e55df67bdd1b5e1507b4246140f94b76..6933beb405909bb57eb69c36c58bdccaca45096a 100644 (file)
@@ -284,7 +284,9 @@ find -type f -a \( -name configure.in -o -name configure.ac \) | while read FILE
        %{__libtoolize}
        %{__aclocal}
        %{__autoconf}
-       %{__autoheader}
+       if grep -q AM_CONFIG_HEADER configure.in; then
+               %{__autoheader}
+       fi
        %{__automake}
 
        cd "$OLDDIR"
This page took 0.153526 seconds and 4 git commands to generate.