[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * autogen.sh: pass "-I build-aux/m4" to aclocal
From: |
Gavin D. Smith |
Subject: |
branch master updated: * autogen.sh: pass "-I build-aux/m4" to aclocal |
Date: |
Sat, 19 Oct 2024 14:49:18 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 4175c6383c * autogen.sh: pass "-I build-aux/m4" to aclocal
4175c6383c is described below
commit 4175c6383c3260518df841ad027cbb9a27d5a73f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Oct 19 19:49:08 2024 +0100
* autogen.sh: pass "-I build-aux/m4" to aclocal
---
ChangeLog | 4 ++++
autogen.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 00d1884e38..9d23de58e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * autogen.sh: pass "-I build-aux/m4" to aclocal
+
2024-10-19 Gavin Smith <gavinsmith0123@gmail.com>
Attempt at separate directory for non-gnulib m4 files (top level)
diff --git a/autogen.sh b/autogen.sh
index 2ca7e68cf8..24475d24e2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -42,7 +42,7 @@ fi
: ${AUTOHEADER=autoheader}
: ${AUTOMAKE=automake}
: ${AUTOCONF=autoconf}
-cmd="$ACLOCAL -I gnulib/m4 && $AUTOCONF && $AUTOHEADER && $AUTOMAKE -a -c"
+cmd="$ACLOCAL -I build-aux/m4 -I gnulib/m4 && $AUTOCONF && $AUTOHEADER &&
$AUTOMAKE -a -c"
echo " $cmd"
$chicken eval $cmd || exit 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * autogen.sh: pass "-I build-aux/m4" to aclocal,
Gavin D. Smith <=