diff options
author | Akim Demaille <akim@lrde.epita.fr> | 2012-05-09 11:00:32 +0200 |
---|---|---|
committer | Akim Demaille <akim@lrde.epita.fr> | 2012-05-09 11:21:34 +0200 |
commit | 91fd2b60b66a8a63297bf43850d6709bdcbd74dc (patch) | |
tree | 8e42a949045db3fa463e67f7158d2af90318b56d | |
parent | 08ab0101bdd996270d28e572be15ddf8a4203365 (diff) | |
download | bison-91fd2b60b66a8a63297bf43850d6709bdcbd74dc.tar.gz |
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.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | 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 |