texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sat, 28 Dec 2024 14:13:40 -0500 (EST)

branch: master
commit 038afe407e70ff1521bd8b6662d48d7f27cd30f8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Dec 28 19:13:11 2024 +0000

    Rename config.in to config.h.in.
    
    * configure.ac (AM_INIT_AUTOMAKE),
    * tp/Texinfo/XS/configure.ac (AM_INIT_AUTOMAKE):
    Move config.in to config.h.in.
---
 .gitignore                 | 2 +-
 ChangeLog                  | 8 ++++++++
 configure.ac               | 2 +-
 tp/Texinfo/XS/configure.ac | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6fb16c390c..7f801da31c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,7 @@ build
 **/autom4te.cache
 **/config.cache
 **/config.h
-**/config.in
+**/config.h.in
 **/config.status
 **/config.log
 **/configure
diff --git a/ChangeLog b/ChangeLog
index f5d5b638ba..2d5ab318b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-12-28  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Rename config.in to config.h.in.
+
+       * configure.ac (AM_INIT_AUTOMAKE),
+       * tp/Texinfo/XS/configure.ac (AM_INIT_AUTOMAKE):
+       Move config.in to config.h.in.
+
 2024-12-28  Gavin Smith <gavinsmith0123@gmail.com>
 
        Remove DJGPP support
diff --git a/configure.ac b/configure.ac
index 00699f7f1d..4c17174f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE([1.16.1 dist-xz
 AC_CONFIG_MACRO_DIRS([build-aux/m4 gnulib/m4])
 
 # Where to generate output; srcdir location.
-AC_CONFIG_HEADERS([config.h:config.in])
+AC_CONFIG_HEADERS([config.h])
 
 AC_CONFIG_SRCDIR([info/info.c])
 
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index dee72c793f..211028b218 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -167,7 +167,7 @@ if test x$disable_xs != xyes; then
   PERL_INC=${PERL_CONF_archlibexp}/CORE
   XSUBPPARGS="-typemap ${PERL_CONF_privlibexp}/ExtUtils/typemap"
   
-  AC_CONFIG_HEADERS([config.h:config.in])
+  AC_CONFIG_HEADERS([config.h])
 fi # not disable_xs
 
 AC_SUBST([PERL_INC], [$PERL_INC])



reply via email to

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