From 4dd6d0fd220aa598a15a55cd713f91e9b733d009 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 2 Jan 2007 05:26:14 +0000 Subject: [PATCH] =?utf8?q?Silence=20autoconf=20warnings=20about=20dataroot?= =?utf8?q?dir.=20(#391367,=20Lo=C3=AFc=20Minier)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2007-01-01 Matthias Clasen * glib-gettextize.in: Silence autoconf warnings about datarootdir. (#391367, Loïc Minier) svn path=/trunk/; revision=5186 --- ChangeLog | 5 +++++ glib-gettextize.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba1d73d..56ec1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-01 Matthias Clasen + + * glib-gettextize.in: Silence autoconf warnings about + datarootdir. (#391367, Loïc Minier) + 2006-12-31 Matthias Clasen * glib/gslice.c: Fix some C99isms. (#390913, Kazuki Iwamoto) diff --git a/glib-gettextize.in b/glib-gettextize.in index 05642d7..35d01c1 100644 --- a/glib-gettextize.in +++ b/glib-gettextize.in @@ -49,6 +49,9 @@ MINGW32*) ;; esac +datadir=@datadir@ +datarootdir=@datarootdir@ + gettext_dir=$prefix/share/glib-2.0/gettext while test $# -gt 0; do @@ -176,7 +179,7 @@ echo echo "Please add the files" echo " codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4" echo " progtest.m4" -echo "from the @datadir@/aclocal directory to your autoconf macro directory" +echo "from the $datadir/aclocal directory to your autoconf macro directory" echo "or directly to your aclocal.m4 file." echo "You will also need config.guess and config.sub, which you can get from" echo "ftp://ftp.gnu.org/pub/gnu/config/." -- 2.7.4