]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- use automake without --force instead of bogus copying of ltmain.sh
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 May 2003 15:30:10 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.spec -> 1.82

wireshark.spec

index fdfd7fe1aad418c6531eb03d40fb16c181cd5c88..e897e58af05718113222c4e00db43ecb5baa442d 100644 (file)
@@ -156,15 +156,15 @@ rm -f missing
 %{__automake}
 cd epan
 rm -f missing
-cp ../ltmain.sh .
 %{__aclocal} -I ../aclocal-fallback
 %{__autoconf}
-%{__automake}
+# don't use --force here
+automake -a -c --foreign
 cd ../wiretap
-cp ../ltmain.sh .
 %{__aclocal} -I ../aclocal-fallback
 %{__autoconf}
-%{__automake}
+# don't use --force here
+automake -a -c --foreign
 cd ..
 %configure \
                --enable-randpkt \
This page took 0.072924 seconds and 4 git commands to generate.