We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb36255 commit 83b4c0eCopy full SHA for 83b4c0e
ChangeLog
@@ -2,6 +2,7 @@
2
3
* Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
4
(AUTOMAKE, ACLOCAL): Require version 1.10.
5
+ (srclib/Makefile.in): Avoid error from automake.
6
7
2007-10-26 Bruno Haible <bruno@clisp.org>
8
Makefile.devel
@@ -77,7 +77,9 @@ srclib/Makefile.gnulib :
77
fi
78
79
srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
80
- $(AUTOMAKE) --gnits srclib/Makefile
+ touch build-aux/compile \
81
+ && $(AUTOMAKE) --gnits srclib/Makefile \
82
+ && rm -f build-aux/compile
83
84
85
include/iconv.h.build.in : include/iconv.h.in include/export.h
0 commit comments