diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /comms/gammu | |
parent | - Fix conjuration with gcc-3.4.2 (diff) |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/files/patch-configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/comms/gammu/files/patch-configure b/comms/gammu/files/patch-configure new file mode 100644 index 000000000000..05529ce2c8ad --- /dev/null +++ b/comms/gammu/files/patch-configure @@ -0,0 +1,7 @@ +--- configure.orig Sat Oct 18 20:10:50 2003 ++++ configure Wed Jul 7 21:43:37 2004 +@@ -5,3 +5,3 @@ + echo "Running autoconf..." +- autoconf ++ ${AUTOCONF} + test "x$1" = "x--regenerate" && shift |