aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
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.