diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-01-02 05:26:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-02 05:26:14 +0000 |
commit | 4dd6d0fd220aa598a15a55cd713f91e9b733d009 (patch) | |
tree | 7ac133c1a0ee1120745f0d0e2880b3e205966960 /glib-gettextize.in | |
parent | 5ff1e1d80b4f811089a1c9f0feff7f0c06ebdfd2 (diff) |
Silence autoconf warnings about datarootdir. (#391367, Loïc Minier)
2007-01-01 Matthias Clasen <mclasen@redhat.com>
* glib-gettextize.in: Silence autoconf warnings about
datarootdir. (#391367, Loïc Minier)
svn path=/trunk/; revision=5186
Diffstat (limited to 'glib-gettextize.in')
-rw-r--r-- | glib-gettextize.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/glib-gettextize.in b/glib-gettextize.in index 05642d7c2..35d01c120 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/." |