]> git.pld-linux.org Git - packages/apache-mod_auth_mysql.git/commitdiff
- regenerate ac files before start build. apache-mod_auth_mysql-2_20a-1
authorkloczek <kloczek@pld-linux.org>
Tue, 2 Apr 2002 20:00:57 +0000 (20:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_mysql.spec -> 1.17

apache-mod_auth_mysql.spec

index 2b3204114a46aab6e7673746e3e2110ea48a045a..a27664de7e66f808de256d136f9ce1d6e16447fe 100644 (file)
@@ -79,7 +79,9 @@ MySQL-databas.
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
-%{configure2_13} \
+aclocal
+autoconf
+%configure \
        --with-apxs=%{apxs} \
        --with-mysql=%{_prefix}
 
@@ -91,7 +93,7 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
-gzip -9nf README README-2.20a USAGE
+gzip -9nf README* USAGE
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.119024 seconds and 4 git commands to generate.