[tomboy/gnome-2-26] Switch automake strictness to foreign, and rename ChangeLog to make it clear it is not in use.



commit c6009f1c903c09f23c72af3647ce7befcf60a122
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Fri May 1 17:27:51 2009 -0700

    Switch automake strictness to foreign, and rename ChangeLog to make it clear it is not in use.
    
    Foreign strictness means tarball won't be checked for "standard" files like ChangeLog, NEWS, etc.
    
    http://www.gnu.org/software/hello/manual/automake/Strictness.html
---
 ChangeLog => ChangeLog.pre-git |    0
 configure.in                   |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog.pre-git
similarity index 100%
rename from ChangeLog
rename to ChangeLog.pre-git
diff --git a/configure.in b/configure.in
index 6a4b85a..e0875d5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(tomboy, 0.14.2)
 AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
-AM_INIT_AUTOMAKE([tar-pax])
+AM_INIT_AUTOMAKE([foreign tar-pax])
 AM_MAINTAINER_MODE
 
 GNOME_COMMON_INIT



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