From 91fd2b60b66a8a63297bf43850d6709bdcbd74dc Mon Sep 17 00:00:00 2001
From: Akim Demaille <akim@lrde.epita.fr>
Date: Wed, 9 May 2012 11:00:32 +0200
Subject: [PATCH] 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 3c3fa421..93955685 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 915a29b6..5ba545b7 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
-- 
2.47.2