bison-patches
[Top][All Lists]
Advanced

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

FYI: maint: build: config.in.h


From: Akim Demaille
Subject: FYI: maint: build: config.in.h
Date: Wed, 9 May 2012 11:23:32 +0200

Installed in maint.

From 91fd2b60b66a8a63297bf43850d6709bdcbd74dc Mon Sep 17 00:00:00 2001
From: Akim Demaille <address@hidden>
Date: Wed, 9 May 2012 11:00:32 +0200
Subject: [PATCH 1/3] build: config.in.h.

Historically we used config.hin (where everybody else used
config.h.in) to please DOS.  Now that we use gnulib, there are already
tons of files with several dots, especially *.in.h.

* configure.ac: Rename config.hin as config.in.h.
---
 configure.ac   |    2 +-
 lib/.gitignore |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3c3fa42..9395568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AM_INIT_AUTOMAKE([1.11.1 dist-xz silent-rules]
                  m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]],
                            [gnu], [gnits]))
 AM_SILENT_RULES([yes])
-AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
+AC_CONFIG_HEADERS([lib/config.h:lib/config.in.h])
 
 # Checks for the compiler.
 AC_PROG_CC_STDC
diff --git a/lib/.gitignore b/lib/.gitignore
index 915a29b..5ba545b 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -37,7 +37,7 @@
 /closeout.h
 /config.charset
 /config.h
-/config.hin
+/config.in.h
 /configmake.h
 /dirname-lgpl.c
 /dirname.c
-- 
1.7.10.1





reply via email to

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