]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- autoconf-fhs.patch removed. It broke compatibility with
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 6 Oct 2002 20:09:48 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  existing applications and default, documented configure script
  behaviour and didn't fix anything.

Changed files:
    autoconf-fhs.patch -> 1.5
    autoconf.spec -> 1.71

autoconf-fhs.patch [deleted file]
autoconf.spec

diff --git a/autoconf-fhs.patch b/autoconf-fhs.patch
deleted file mode 100644 (file)
index 2956dbc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- autoconf-2.53.orig/lib/autoconf/general.m4 Mon Mar  4 16:14:52 2002
-+++ autoconf-2.53/lib/autoconf/general.m4      Sat Mar 16 13:19:22 2002
-@@ -574,16 +574,16 @@
- # Use braces instead of parens because sh, perl, etc. also accept them.
- AC_SUBST([bindir],         ['${exec_prefix}/bin'])dnl
- AC_SUBST([sbindir],        ['${exec_prefix}/sbin'])dnl
--AC_SUBST([libexecdir],     ['${exec_prefix}/libexec'])dnl
-+AC_SUBST([libexecdir],     ['${exec_prefix}/lib'])dnl
- AC_SUBST([datadir],        ['${prefix}/share'])dnl
- AC_SUBST([sysconfdir],     ['${prefix}/etc'])dnl
--AC_SUBST([sharedstatedir], ['${prefix}/com'])dnl
--AC_SUBST([localstatedir],  ['${prefix}/var'])dnl
-+AC_SUBST([sharedstatedir], ['/var/lib'])dnl
-+AC_SUBST([localstatedir],  ['/var/lib'])dnl
- AC_SUBST([libdir],         ['${exec_prefix}/lib'])dnl
- AC_SUBST([includedir],     ['${prefix}/include'])dnl
- AC_SUBST([oldincludedir],  ['/usr/include'])dnl
--AC_SUBST([infodir],        ['${prefix}/info'])dnl
--AC_SUBST([mandir],         ['${prefix}/man'])dnl
-+AC_SUBST([infodir],        ['/usr/share/info'])dnl
-+AC_SUBST([mandir],         ['/usr/share/man'])dnl
- ac_prev=
- for ac_option
index d14a4be463df5bacc373484677bf3bfd9ca4ad7b..afd27bfda54a0b06e5fd40acc8a64966ed830c1f 100644 (file)
@@ -10,7 +10,7 @@ Summary(ru):  GNU autoconf - 
 Summary(uk):   GNU autoconf - Á×ÔÏËÏÎƦÇÕÒÁÔÏÒ ×ÉȦÄÎÉÈ ÔÅËÓÔ¦×
 Name:          autoconf
 Version:       2.54
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Building
 # full releases:
@@ -18,9 +18,8 @@ Source0:      ftp://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.bz2
 # devel releases:
 #Source0:      ftp://alpha.gnu.org/pub/gnu/autoconf/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-mawk.patch
-Patch1:                %{name}-fhs.patch
-Patch2:                %{name}-version.patch
-Patch3:                %{name}-info.patch
+Patch1:                %{name}-version.patch
+Patch2:                %{name}-info.patch
 URL:           http://www.gnu.org/software/autoconf/
 Requires:      diffutils
 Requires:      /bin/awk
@@ -165,7 +164,6 @@ GNU autoconf - 
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %configure
This page took 0.031534 seconds and 4 git commands to generate.