]> git.pld-linux.org Git - packages/popt.git/commitdiff
- missing aclocal call
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Apr 2002 20:17:03 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.40

popt.spec

index d1d1976489f7262ff0d9211d4990014af05ab0ef..de8d2986aea4c661560221d76768417607f3b6d0 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -94,10 +94,11 @@ Biblioteka statyczna do popt.
 %build
 rm -f missing
 autoupdate
-libtoolize --force
+libtoolize --copy --force
+aclocal
 autoheader
-automake -a -i
 autoconf
+automake -a -c -i
 %configure \
        --enable-shared
 %{__make}
This page took 0.13012 seconds and 4 git commands to generate.