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 89436ea commit e8dcb59Copy full SHA for e8dcb59
libcharset/ChangeLog
@@ -1,3 +1,10 @@
1
+2016-12-14 Bruno Haible <bruno@clisp.org>
2
+
3
+ Avoid error during initial autogen.sh invocation.
4
+ * Makefile.devel (autoconf/aclocal.m4): Ensure directory 'autoconf'
5
+ exists.
6
+ Reported by Daiki Ueno.
7
8
2016-12-03 Bruno Haible <bruno@clisp.org>
9
10
Create tarballs through an Automake-like "make dist" command.
libcharset/Makefile.devel
@@ -12,6 +12,7 @@ RM = rm -f
12
all : configures include/localcharset.h.build.in
13
14
autoconf/aclocal.m4 : $(wildcard m4/*.m4)
15
+ test -d autoconf || mkdir autoconf
16
$(ACLOCAL) -I m4 --output=$@
17
18
configures : configure config.h.in
libcharset/autoconf/.gitignore
0 commit comments