]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't depend on Automake to generate exec/aclocal.m4
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Aug 2023 00:26:45 +0000 (08:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Aug 2023 00:28:18 +0000 (08:28 +0800)
* autogen.sh (do_git): Generate exec/aclocal.m4 by hand.
(bug#65160)

autogen.sh

index 3cb77afedb356a66288d20fdba141b74991e7be1..0d89b7cfc9a4bdecc451fc3fd962b8c3fb230e17 100755 (executable)
@@ -257,6 +257,13 @@ Please report any problems with this script to bug-gnu-emacs@gnu.org .'
   ## Use autoreconf's -f option in case autoreconf itself has changed.
   autoreconf -fi -I m4 || exit
 
+  echo "Building 'aclocal.m4' in exec ..."
+
+  # Create a placeholder aclocal.m4 in exec, preventing autoreconf
+  # from running aclocal.
+
+  echo "" > exec/aclocal.m4
+
   echo "Running 'autoreconf -fi' in exec ..."
 
   # Now, run autoreconf inside the exec directory to generate its