upgrade to automake 1.4-p4

This commit is contained in:
brad 2001-06-30 17:49:58 +00:00
parent b828b0d2a0
commit 46e5263f84
6 changed files with 18 additions and 27 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2001/06/07 18:23:21 brad Exp $
# $OpenBSD: Makefile,v 1.18 2001/06/30 17:49:58 brad Exp $
COMMENT= "GNU Standards-compliant Makefile generator"
DISTNAME= automake-1.4-p1
DISTNAME= automake-1.4-p4
CATEGORIES= devel
NEED_VERSION= 1.402
NEED_VERSION= 1.413
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake

View File

@ -1,3 +1,3 @@
MD5 (automake-1.4-p1.tar.gz) = e08f40620447c6889d0e42098b08409a
RMD160 (automake-1.4-p1.tar.gz) = 69c01d378b56278745843b8f097fe223480e1358
SHA1 (automake-1.4-p1.tar.gz) = 96225bf2a97b5fecd179c91a8c85c8e1b1cb85b0
MD5 (automake-1.4-p4.tar.gz) = a5ef994fcc0359af3db8ebb0b6f5fafb
RMD160 (automake-1.4-p4.tar.gz) = 7ed7878b93a84cd3db578141043f69b3b30035dd
SHA1 (automake-1.4-p4.tar.gz) = f04d75e6e8faf492f5c4addb8891dd54537c6b51

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.1 2001/06/07 18:23:22 brad Exp $
$OpenBSD: patch-Makefile_in,v 1.2 2001/06/30 17:49:59 brad Exp $
--- Makefile.in.orig Tue May 8 20:44:16 2001
+++ Makefile.in Thu May 10 12:33:10 2001
@@ -57,7 +57,7 @@ POST_INSTALL = :
@ -10,12 +10,3 @@ $OpenBSD: patch-Makefile_in,v 1.1 2001/06/07 18:23:22 brad Exp $
PACKAGE = @PACKAGE@
PERL = @PERL@
TAR = @TAR@
@@ -564,7 +564,7 @@ maintainer-clean
install-data-hook:
@for prog in $(script_DATA); do \
- chmod +x $(scriptdir)/$$prog; \
+ chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
done
installcheck-local:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-aclocal_in,v 1.2 2001/06/07 18:23:22 brad Exp $
--- aclocal.in.orig Sun Jan 10 13:37:04 1999
+++ aclocal.in Thu May 10 12:26:54 2001
@@ -346,6 +346,10 @@ sub add_file
$OpenBSD: patch-aclocal_in,v 1.3 2001/06/30 17:49:59 brad Exp $
--- aclocal.in.orig Thu Jun 7 15:01:41 2001
+++ aclocal.in Sat Jun 30 13:41:20 2001
@@ -359,6 +359,10 @@ sub add_file
push (@rlist, $1);
}

View File

@ -1,6 +1,6 @@
--- automake.in.orig Thu May 10 12:27:15 2001
+++ automake.in Thu May 10 12:28:28 2001
@@ -1969,7 +1969,7 @@ sub handle_texinfo
--- automake.in.orig Sun Jun 10 06:08:56 2001
+++ automake.in Sat Jun 30 13:41:21 2001
@@ -2013,7 +2013,7 @@ sub handle_texinfo
# dependency list.
@texi_deps = ();
push (@texi_deps, $info_cursor);

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-texi-vers_am,v 1.1 2000/12/15 17:37:58 espie Exp $
--- texi-vers.am.orig Fri Dec 15 04:05:35 2000
+++ texi-vers.am Fri Dec 15 04:06:17 2000
$OpenBSD: patch-texi-vers_am,v 1.2 2001/06/30 17:50:00 brad Exp $
--- texi-vers.am.orig Sun Jun 10 05:46:36 2001
+++ texi-vers.am Sat Jun 30 13:41:22 2001
@@ -15,7 +15,7 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
@ -9,4 +9,4 @@ $OpenBSD: patch-texi-vers_am,v 1.1 2000/12/15 17:37:58 espie Exp $
+$(srcdir)/@VTEXI@: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-@VTI@
@:
## Depend on configure.in so that version number updates cause a
## Depend on configure.ac so that version number updates cause a