aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHelmut Eller2025-09-11 22:15:13 +0200
committerHelmut Eller2025-09-11 22:15:13 +0200
commitd2cac0f07d689d04e4906372fe431f0c9ce24798 (patch)
tree5540be60452662373c8ab0c21269608c4eec2f4e /autogen.sh
parentcd33ec033f55c2a20a30b2d67a3ddbd6ef42f1a7 (diff)
downloademacs-scratch/mps-import.tar.gz
emacs-scratch/mps-import.zip
Use the .gitkeep idiom for empty mps/tool/autoconf/build-aux/scratch/mps-import
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 835923fab19..fd5d7cad84d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -261,12 +261,6 @@ Please report any problems with this script to bug-gnu-emacs@gnu.org .'
261 mv aclocal.m4.tmp aclocal.m4 261 mv aclocal.m4.tmp aclocal.m4
262 fi || exit 262 fi || exit
263 263
264 # Install auxiliary build tools for mps/
265 mkdir -p mps/tool/autoconf/build-aux
266 for file in config.guess config.sub install-sh; do
267 cp -p build-aux/$file mps/tool/autoconf/build-aux/ || exit
268 done
269
270 echo "Running 'autoreconf -fi -I m4' ..." 264 echo "Running 'autoreconf -fi -I m4' ..."
271 265
272 ## Let autoreconf figure out what, if anything, needs doing. 266 ## Let autoreconf figure out what, if anything, needs doing.