]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:14:32 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    postgresql.spec -> 1.164

postgresql.spec

index 90942e791c9c8ad0bfcc5d05b8f4d8693ecd6f6b..1445d34e663e3b34685ea3d505f1955b39c03712 100644 (file)
@@ -896,7 +896,7 @@ rm -fR `find contrib/ -type d -name CVS`
 %build
 rm -f config/libtool.m4
 aclocal -I config
-autoconf
+%{__autoconf}
 %configure \
        %{!?_without_pgsql_locale:--enable-locale} \
        %{!?_without_pgsql_multibyte:--enable-multibyte} \
This page took 0.095277 seconds and 4 git commands to generate.