diff options
author | Ross Burton <rburton@src.gnome.org> | 2003-04-10 12:19:06 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2003-04-10 12:19:06 +0000 |
commit | f2b3e6099e7ce2ba83b7f7a91b7650d03e4213d4 (patch) | |
tree | 8670bf35ee0d45b8089b128aaefb8e43dde72ac2 | |
parent | 9cb75b314c3ca14aa8eed12ca0bed9b3d383c6a4 (diff) | |
download | shared-mime-info-f2b3e6099e7ce2ba83b7f7a91b7650d03e4213d4.tar.gz |
Fix a small typo in the glib-gettext code
svn path=/trunk/; revision=2833
-rw-r--r-- | macros2/ChangeLog | 4 | ||||
-rw-r--r-- | macros2/autogen.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog index f47c46c4..9af15411 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,7 @@ +2003-04-10 Ross Burton <ross@burtonini.com> + + * autogen.sh: Fix a typo in the glib-gettext checks. + 2003-03-07 Malcolm Tredinnick <malcolm@commsecure.com.au> * autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME is diff --git a/macros2/autogen.sh b/macros2/autogen.sh index b19d539a..595f5abe 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -254,7 +254,7 @@ if $want_gettext; then require_m4macro gettext.m4 fi -if $want_glib_gettextize; then +if $want_glib_gettext; then version_check glib-gettext GLIB_GETTEXTIZE glib-gettextize $REQUIRED_GLIB_GETTEXT_VERSION \ "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-$REQUIRED_GLIB_GETTEXT_VERSION.tar.gz" || DIE=1 require_m4macro glib-gettext.m4 |