texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Add tp/Texinfo/XS/build-aux


From: Gavin D. Smith
Subject: branch master updated: Add tp/Texinfo/XS/build-aux
Date: Tue, 13 Aug 2024 19:04:09 -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 883d9b918c Add tp/Texinfo/XS/build-aux
883d9b918c is described below

commit 883d9b918c4b0db5473033cf042156dd4effaf1c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Aug 14 00:03:59 2024 +0100

    Add tp/Texinfo/XS/build-aux
    
    * tp/Texinfo/XS/configure.ac: Add AC_CONFIG_AUX_DIR to use
    "build-aux" to store some auxiliary build files.  From Bruno.
---
 .gitignore                                 | 15 ++++++++-------
 ChangeLog                                  |  7 +++++++
 tp/Texinfo/XS/{ => build-aux}/config.rpath |  0
 tp/Texinfo/XS/configure.ac                 |  1 +
 tp/Texinfo/XS/gnulib/lib/Makefile.am       |  4 ++--
 tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4    |  2 +-
 6 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 61a0421765..9319032fb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -281,18 +281,19 @@ tp/Texinfo/XS/TestXS.c
 tp/Texinfo/XS/MiscXS.c
 tp/Texinfo/XS/XSParagraph.c
 tp/Texinfo/XS/ar-lib
-tp/Texinfo/XS/compile
-tp/Texinfo/XS/config.guess
 tp/Texinfo/XS/config.h
-tp/Texinfo/XS/config.sub
 tp/Texinfo/XS/config.log
-tp/Texinfo/XS/depcomp
-tp/Texinfo/XS/install-sh
 tp/Texinfo/XS/libtool
-tp/Texinfo/XS/ltmain.sh
-tp/Texinfo/XS/missing
 tp/Texinfo/XS/stamp-h1
 
+tp/Texinfo/XS/build-aux/compile
+tp/Texinfo/XS/build-aux/config.guess
+tp/Texinfo/XS/build-aux/config.sub
+tp/Texinfo/XS/build-aux/depcomp
+tp/Texinfo/XS/build-aux/install-sh
+tp/Texinfo/XS/build-aux/ltmain.sh
+tp/Texinfo/XS/build-aux/missing
+
 tp/Texinfo/XS/gnulib/lib/.libs
 tp/Texinfo/XS/gnulib/lib/*.lo
 tp/Texinfo/XS/gnulib/lib/libgnu.la
diff --git a/ChangeLog b/ChangeLog
index 041b2874cb..a7c718bf32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-14  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Add tp/Texinfo/XS/build-aux
+
+       * tp/Texinfo/XS/configure.ac: Add AC_CONFIG_AUX_DIR to use
+       "build-aux" to store some auxiliary build files.  From Bruno.
+
 2024-08-13  Gavin Smith <gavinsmith0123@gmail.com>
 
        * autogen.sh: Run autoreconf under tp/Texinfo/XS/ with
diff --git a/tp/Texinfo/XS/config.rpath b/tp/Texinfo/XS/build-aux/config.rpath
similarity index 100%
rename from tp/Texinfo/XS/config.rpath
rename to tp/Texinfo/XS/build-aux/config.rpath
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 4597425661..5e986f5e5a 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -11,6 +11,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 AC_INIT([texinfo], [0])
+AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIR([gnulib/m4])
 
diff --git a/tp/Texinfo/XS/gnulib/lib/Makefile.am 
b/tp/Texinfo/XS/gnulib/lib/Makefile.am
index 01540cd8c3..c75f784fea 100644
--- a/tp/Texinfo/XS/gnulib/lib/Makefile.am
+++ b/tp/Texinfo/XS/gnulib/lib/Makefile.am
@@ -28,7 +28,7 @@
 #  --m4-base=gnulib/m4 \
 #  --doc-base=doc \
 #  --tests-base=tests \
-#  --aux-dir=. \
+#  --aux-dir=build-aux \
 #  --no-conditional-dependencies \
 #  --libtool \
 #  --macro-prefix=gl \
@@ -319,7 +319,7 @@ V_GPERF_0 = @echo "  GPERF   " $@;
 ## begin gnulib module havelib
 
 
-EXTRA_DIST += $(top_srcdir)/config.rpath
+EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
 
 ## end   gnulib module havelib
 
diff --git a/tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4 
b/tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4
index ffc5bf411c..c2dd2f9da2 100644
--- a/tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4
+++ b/tp/Texinfo/XS/gnulib/m4/gnulib-cache.m4
@@ -33,7 +33,7 @@
 #  --m4-base=gnulib/m4 \
 #  --doc-base=doc \
 #  --tests-base=tests \
-#  --aux-dir=. \
+#  --aux-dir=build-aux \
 #  --no-conditional-dependencies \
 #  --libtool \
 #  --macro-prefix=gl \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]