[libgweather] build: fix reconfiguration after changelog removal



commit acf916748a79dcd73bd2cce995cae142ac3da443
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Jun 1 14:45:39 2014 +0200

    build: fix reconfiguration after changelog removal
    
    By telling automake to shut up.
    
    (And remove other changelogs too)

 configure.ac                   |    2 +-
 libgweather/ChangeLog.pre-2-22 |  337 --
 po-locations/ChangeLog.pre-git | 4254 ------------------
 po/ChangeLog.pre-git           | 9666 ----------------------------------------
 4 files changed, 1 insertions(+), 14258 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3b65f94..d7c66dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl === Versioning ============================================================


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