[gnome-shell] Pass foreign option to automake



commit 37667847993cd4add0ff4cb0dc76f825b1f34cd9
Author: Colin Walters <walters verbum org>
Date:   Fri Aug 14 20:02:07 2009 -0400

    Pass foreign option to automake
    
    We don't want a ChangeLog file.  NEWS maybe.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 78d17a7..7aafb2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(gnome-shell, 2.27.0)
 
 AC_CONFIG_AUX_DIR(config)
 
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip foreign])
 AM_MAINTAINER_MODE
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]