From 4b755377dbe49bbd7e50bea41c618f3a75b44ff0 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 16 Nov 2016 19:44:20 -0500 Subject: app-editors/vim: update live ebuilds to work with renamed file configure.in was renamed to configure.ac (bug #599992). --- app-editors/gvim/gvim-9999.ebuild | 6 +++--- app-editors/vim-core/vim-core-9999.ebuild | 6 +++--- app-editors/vim/vim-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'app-editors') diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 8dd474d3fde8..02afc2078415 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.ebuild @@ -117,12 +117,12 @@ src_prepare() { "${S}"/runtime/doc/tagsrch.txt \ "${S}"/runtime/doc/usr_29.txt \ "${S}"/runtime/menu.vim \ - "${S}"/src/configure.in || die 'sed failed' + "${S}"/src/configure.ac || die 'sed failed' # Don't be fooled by /usr/include/libc.h. When found, vim thinks # this is NeXT, but it's actually just a file in dev-libs/9libs # This fixes bug 43885 (20 Mar 2004 agriffis) - sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed' + sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed' # gcc on sparc32 has this, uhm, interesting problem with detecting EOF # correctly. To avoid some really entertaining error messages about stuff @@ -162,7 +162,7 @@ src_configure() { replace-flags -O3 -O2 # Fix bug 18245: Prevent "make" from the following chain: - # (1) Notice configure.in is newer than auto/configure + # (1) Notice configure.ac is newer than auto/configure # (2) Rebuild auto/configure # (3) Notice auto/configure is newer than auto/config.mk # (4) Run ./configure (with wrong args) to remake auto/config.mk diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index b270bddd9feb..4efe938449d6 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -60,12 +60,12 @@ src_prepare() { "${S}"/runtime/doc/tagsrch.txt \ "${S}"/runtime/doc/usr_29.txt \ "${S}"/runtime/menu.vim \ - "${S}"/src/configure.in || die 'sed failed' + "${S}"/src/configure.ac || die 'sed failed' # Don't be fooled by /usr/include/libc.h. When found, vim thinks # this is NeXT, but it's actually just a file in dev-libs/9libs # This fixes bug 43885 (20 Mar 2004 agriffis) - sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed' + sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed' # gcc on sparc32 has this, uhm, interesting problem with detecting EOF # correctly. To avoid some really entertaining error messages about stuff @@ -106,7 +106,7 @@ src_configure() { replace-flags -O3 -O2 # Fix bug 18245: Prevent "make" from the following chain: - # (1) Notice configure.in is newer than auto/configure + # (1) Notice configure.ac is newer than auto/configure # (2) Rebuild auto/configure # (3) Notice auto/configure is newer than auto/config.mk # (4) Run ./configure (with wrong args) to remake auto/config.mk diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index bc0ca8d5b824..8ae35c4b90e5 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -92,12 +92,12 @@ src_prepare() { "${S}"/runtime/doc/tagsrch.txt \ "${S}"/runtime/doc/usr_29.txt \ "${S}"/runtime/menu.vim \ - "${S}"/src/configure.in || die 'sed failed' + "${S}"/src/configure.ac || die 'sed failed' # Don't be fooled by /usr/include/libc.h. When found, vim thinks # this is NeXT, but it's actually just a file in dev-libs/9libs # This fixes bug 43885 (20 Mar 2004 agriffis) - sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed' + sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed' # gcc on sparc32 has this, uhm, interesting problem with detecting EOF # correctly. To avoid some really entertaining error messages about stuff @@ -150,7 +150,7 @@ src_configure() { replace-flags -O3 -O2 # Fix bug 18245: Prevent "make" from the following chain: - # (1) Notice configure.in is newer than auto/configure + # (1) Notice configure.ac is newer than auto/configure # (2) Rebuild auto/configure # (3) Notice auto/configure is newer than auto/config.mk # (4) Run ./configure (with wrong args) to remake auto/config.mk -- cgit v1.2.3-65-gdbad