]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- fixed ac/am (automake --force in subdirs is evil)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jan 2003 23:24:47 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.spec -> 1.61

wireshark.spec

index 32e278d2306ce4c3b0bf3b4da64d14c8ffcbfcba..4d98c6c947fc0bfee65f89210f36bd99c8e1e6c1 100644 (file)
@@ -94,11 +94,11 @@ cd epan
 rm -f missing
 %{__aclocal}
 %{__autoconf}
-%{__automake}
+automake -a -c --foreign
 cd ../wiretap
 %{__aclocal}
 %{__autoconf}
-%{__automake}
+automake -a -c --foreign
 cd ..
 %configure \
        --disable-static \
This page took 0.027546 seconds and 4 git commands to generate.