diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 04:07:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 04:07:09 +0000 |
commit | 4721579854b20c04a135d3ab13c28ee00ad7e08a (patch) | |
tree | 0d9b308ce0df1c727514fbe2c37ad3bd6d1a2378 /devel/allegro/files/patch-makefile.in | |
parent | Update to 2.4.2. FYI, support for MySQL 4.0 has been added. (diff) |
Allow this port to support arbitrary versions of autoconf.
Submitted by: bento 4-exp
Notes
Notes:
svn path=/head/; revision=52684
Diffstat (limited to '')
-rw-r--r-- | devel/allegro/files/patch-makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/allegro/files/patch-makefile.in b/devel/allegro/files/patch-makefile.in index ec0b4a9b4e28..8ec2a46a71b3 100644 --- a/devel/allegro/files/patch-makefile.in +++ b/devel/allegro/files/patch-makefile.in @@ -1,14 +1,5 @@ --- makefile.in.orig Wed Jan 24 00:15:20 2001 +++ makefile.in Sat Dec 15 13:24:16 2001 -@@ -29,7 +29,7 @@ - ACLOCAL = aclocal - ACLOCAL_M4 = $(srcdir)/aclocal.m4 - AUTOCONF = autoconf --AUTOHEADER = autoheader -+AUTOHEADER = autoheader213 - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -279,7 +279,7 @@ done $(mkinstalldirs) $(bindir) |