mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 18:10:43 +02:00
[autogen.sh] Make sure ChangeLog exists
This commit is contained in:
parent
378b11aaf3
commit
c9a90a808d
1 changed files with 3 additions and 2 deletions
|
|
@ -181,8 +181,9 @@ do_cmd $ACLOCAL $ACLOCAL_FLAGS
|
|||
|
||||
do_cmd $AUTOHEADER
|
||||
|
||||
# create dummy src/Makefile.am.config, which will later be created by configure
|
||||
echo > src/Makefile.am.config
|
||||
# create dummy src/Makefile.am.config and ChangeLog to make automake happy
|
||||
touch src/Makefile.am.config
|
||||
touch ChangeLog
|
||||
|
||||
do_cmd $AUTOMAKE $AUTOMAKE_FLAGS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue