]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- added regenerate ac/am files. autofs-4_0_0pre10-4
authorkloczek <kloczek@pld-linux.org>
Fri, 14 Sep 2001 00:33:57 +0000 (00:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs.spec -> 1.40

autofs.spec

index 37c14a70cb7765b68c32709232901c097a0a5798..31f790fc235a3f137c7e62c193fa0d5981695d98 100644 (file)
@@ -30,6 +30,8 @@ Patch5:               %{name}-linux-2.3.patch
 Patch6:                %{name}-loop.patch
 Patch7:                %{name}-modules.patch
 Patch8:                %{name}-open_max.patch
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: openldap-devel
 Requires:      mktemp
 Prereq:                rc-scripts
@@ -102,9 +104,10 @@ maps stored on an LDAP server.
 %patch8 -p1
 
 %build
-chmod 755 configure
+chmod a+w configure
+aclocal
 autoconf
-%configure2_13
+%configure
  
 %{__make} 
 
This page took 0.173348 seconds and 4 git commands to generate.