[cairo-commit] autogen.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Sep 9 11:37:54 PDT 2008


 autogen.sh |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c9a90a808db6bcc2ac8f03aeeed334931655ce90
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Sep 9 14:36:40 2008 -0400

    [autogen.sh] Make sure ChangeLog exists

diff --git a/autogen.sh b/autogen.sh
index 380b965..9ddf9bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
 


More information about the cairo-commit mailing list