summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm@src.gnome.org>2003-10-02 04:06:35 +0000
committerMalcolm Tredinnick <malcolm@src.gnome.org>2003-10-02 04:06:35 +0000
commitad87f865578a31c085b031ec46808f057949a671 (patch)
treee3a02d25eab63a2b71f19be44742a0208bed3378
parente2fc281c6b209a72ae41d8781a83f95893eba961 (diff)
downloadshared-mime-info-GNOME_COMMON_2_4_0.tar.gz
Distribute README in place of the non-existent ChangeLog. Doh!GNOME_COMMON_2_4_0
* doc-build/Makefile.am: Distribute README in place of the non-existent ChangeLog. Doh! * autogen.sh: Use the GNOME 2 autogen.sh script by default. * configure.in: Version number bumped. svn path=/trunk/; revision=3057
-rw-r--r--ChangeLog10
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in2
-rw-r--r--doc-build/Makefile.am2
4 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 12996d79..85fbc6d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+=== gnome-common 2.4.0 ===
+
+2003-10-02 Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+ * doc-build/Makefile.am: Distribute README in place of the
+ non-existent ChangeLog. Doh!
+
+ * autogen.sh: Use the GNOME 2 autogen.sh script by default.
+ * configure.in: Version number bumped.
+
2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
* macros2/compiler-flags.m4:
diff --git a/autogen.sh b/autogen.sh
index ba239f35..fa8fee4b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,4 +14,4 @@ PKG_NAME="Gnome Skeleton"
exit 1
}
-. $srcdir/macros/autogen.sh
+. $srcdir/macros2/autogen.sh
diff --git a/configure.in b/configure.in
index ad073828..573f776a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(macros2/gnome-common.m4)
-AM_INIT_AUTOMAKE(gnome-common, 2.3.0)
+AM_INIT_AUTOMAKE(gnome-common, 2.4.0)
AM_MAINTAINER_MODE
diff --git a/doc-build/Makefile.am b/doc-build/Makefile.am
index b30f9102..e701f5df 100644
--- a/doc-build/Makefile.am
+++ b/doc-build/Makefile.am
@@ -9,4 +9,4 @@ EXTRA_DIST = \
omf.make \
xmldocs.make \
gnome-doc-common.in \
- ChangeLog
+ README