]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix build with case-insensitive make, again.
authorEric Blake <ebb9@byu.net>
Tue, 7 Oct 2008 02:06:00 +0000 (20:06 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 7 Oct 2008 02:06:22 +0000 (20:06 -0600)
* Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
Reported via Keith Marshall, originally by newthinker in
<http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
Makefile.am

index 049fd32f2b6584989456c2902e1f1e487a2589ad..0cadf4a70a226751f7dc48c46588c7f54df4ebe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-06  Eric Blake  <ebb9@byu.net>
+
+       Fix build with case-insensitive make, again.
+       * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
+       Reported via Keith Marshall, originally by newthinker in
+       <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
+
 2008-10-06  Bruno Haible  <bruno@clisp.org>
 
        Warn about /usr/ucb on Solaris.
index bd4b11497261998f912127530d6a324882581cbb..4da4b2957e5614d6fa5a09151c463c95caafd0c9 100644 (file)
@@ -34,10 +34,10 @@ EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
 ## INSTALL.  ##
 ## --------- ##
 
-pkgdata_DATA = $(srcdir)/INSTALL
 AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
 
 if MAKE_CASE_SENSITIVE
+pkgdata_DATA = $(srcdir)/INSTALL
 
 MAINTAINERCLEANFILES = $(srcdir)/INSTALL
 $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi