Skip to content

Commit e8dcb59

Browse files
committed
Avoid error during initial autogen.sh invocation.
1 parent 89436ea commit e8dcb59

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

libcharset/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
2016-12-03 Bruno Haible <bruno@clisp.org>
29

310
Create tarballs through an Automake-like "make dist" command.

libcharset/Makefile.devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RM = rm -f
1212
all : configures include/localcharset.h.build.in
1313

1414
autoconf/aclocal.m4 : $(wildcard m4/*.m4)
15+
test -d autoconf || mkdir autoconf
1516
$(ACLOCAL) -I m4 --output=$@
1617

1718
configures : configure config.h.in

libcharset/autoconf/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)