]> git.pld-linux.org Git - packages/bash.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:42 +0000 (23:12 +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:
    bash.spec -> 1.108

bash.spec

index 4ae3d064b0a77f318f5d402380dca6f76c97290b..8e3c152adb94a1349f5b48710e80141b79768aa2 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -197,7 +197,7 @@ echo %{version} > _distribution
 echo %{release} > _patchlevel
 
 %build
-autoconf
+%{__autoconf}
 cp -f /usr/share/automake/config.* support/
 for mode in %{!?_without_static:static} shared; do
 %configure \
This page took 0.119141 seconds and 4 git commands to generate.