summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-05-06 23:27:57 +0200
committerUlrich Müller <ulm@gentoo.org>2022-05-06 23:31:56 +0200
commit0a50630e742ac67e0ef362c84bcc2e11dc8a17a9 (patch)
tree59681dff5e1129640685a9daad08aae3bf9729b7
parentdev-python/watchdog: Remove old (diff)
downloadgentoo-0a50630e.tar.gz
gentoo-0a50630e.tar.bz2
gentoo-0a50630e.zip
app-editors/emacs: Don't rename configure.in
eautoconf does this for us in EAPI 8. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-editors/emacs/emacs-23.4-r21.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-23.4-r21.ebuild b/app-editors/emacs/emacs-23.4-r21.ebuild
index e491036d0785..8a55f68e94af 100644
--- a/app-editors/emacs/emacs-23.4-r21.ebuild
+++ b/app-editors/emacs/emacs-23.4-r21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -112,7 +112,6 @@ src_prepare() {
|| die "unable to sed configure.in"
fi
- mv configure.in configure.ac || die
eautoreconf
touch src/stamp-h.in || die
}