summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-06-10 18:24:35 +0000
committerRodney Dawes <dobey@src.gnome.org>2004-06-10 18:24:35 +0000
commita7681fc4eecc077d37ac32405f1dd21b96b186ef (patch)
tree8f8768fd31766b102a6f298a165ef48c0bda82bb /ChangeLog
parentb5d3f674c694bf1a1a31ba0470aedb4a76da050f (diff)
downloadgnome-common-a7681fc4eecc077d37ac32405f1dd21b96b186ef.tar.gz
Add code to check for mkinstalldirs in the shared automake files
2004-06-10 Rodney Dawes <dobey@ximian.com> * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in the shared automake files directory, and copy it in if we are using AM_GLIB_GNU_GETTEXT Fixes #144069 CVS: ---------------------------------------------------------------------- svn path=/trunk/; revision=3451
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 046773b..6d7ec2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-10 Rodney Dawes <dobey@ximian.com>
+
+ * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
+ the shared automake files directory, and copy it in if we are using
+ AM_GLIB_GNU_GETTEXT
+
+ Fixes #144069
+
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.