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

watchdog.spec

index 94f78866e26eb9ee784f120a1aff189c10e7bb8a..e45a7c3da8bec85c2aa59c273d3d774b9b96ecba 100644 (file)
@@ -35,8 +35,8 @@ jest j
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --prefix=%{_prefix}
 %{__make}
This page took 0.064779 seconds and 4 git commands to generate.