diff options
author | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
commit | 964e12c93b0f7a787724b4d70b83d4cab989b315 (patch) | |
tree | 30d59616dab81b2f606e3ae725727737b4cc1b5b /comms/gammu | |
parent | 8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff) | |
download | freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.zip |
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 |