]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- autoheader must be run after aclocal
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Aug 2010 11:22:25 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.408

poldek.spec

index df171d2979a236931d9872c43c253dfb6c81851d..4b40f2ba3d022e7c08077c6b37deff1555f7e680 100644 (file)
@@ -204,8 +204,8 @@ find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %build
 %{__libtoolize}
-%{__autoheader}
 %{__aclocal} -I m4
+%{__autoheader}
 %{__autoconf}
 %{__automake}
 cp -f config.sub trurlib
This page took 0.20817 seconds and 4 git commands to generate.