diff options
author | midipix <writeonce@midipix.org> | 2025-05-20 14:41:02 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-20 15:09:11 +0000 |
commit | 8943e8bb3d3a1bbfc6422446ed8a1b0b380dd16d (patch) | |
tree | 2b1cef33a6f527752da434c7d5d00b2466de39d2 | |
parent | c2657df63e143adf969cc15cd4e35459c72979ff (diff) | |
download | midipix_build-8943e8bb3d3a1bbfc6422446ed8a1b0b380dd16d.tar.bz2 midipix_build-8943e8bb3d3a1bbfc6422446ed8a1b0b380dd16d.tar.xz |
patches/autoconf_2_69_host-2.69.local.patch: fix referential directory names.
-rw-r--r-- | patches/autoconf_2_69_host-2.69.local.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/autoconf_2_69_host-2.69.local.patch b/patches/autoconf_2_69_host-2.69.local.patch index b3120b66..ab425e94 100644 --- a/patches/autoconf_2_69_host-2.69.local.patch +++ b/patches/autoconf_2_69_host-2.69.local.patch @@ -1,5 +1,5 @@ ---- autoconf-2.64/bin/Makefile.in.orig 2009-07-27 04:28:43.000000000 +0100 -+++ autoconf-2.64/bin/Makefile.in 2021-05-06 23:48:43.296357404 +0100 +--- autoconf-2.69/bin/Makefile.in.orig 2009-07-27 04:28:43.000000000 +0100 ++++ autoconf-2.69/bin/Makefile.in 2021-05-06 23:48:43.296357404 +0100 @@ -53,10 +53,10 @@ # 02110-1301, USA. @@ -28,8 +28,8 @@ -e 's|@M4[@]|$(M4)|g' \ -e 's|@M4_DEBUGFILE[@]|$(M4_DEBUGFILE)|g' \ -e 's|@M4_GNU[@]|$(M4_GNU)|g' \ ---- autoconf-2.64/lib/Makefile.in.orig 2009-07-27 04:28:44.000000000 +0100 -+++ autoconf-2.64/lib/Makefile.in 2021-05-07 00:21:50.717431704 +0100 +--- autoconf-2.69/lib/Makefile.in.orig 2009-07-27 04:28:44.000000000 +0100 ++++ autoconf-2.69/lib/Makefile.in 2021-05-07 00:21:50.717431704 +0100 @@ -34,10 +34,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. |