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=/branches/glib-2-12/; revision=5188
This commit is contained in:
Matthias Clasen
2007-01-02 06:00:45 +00:00
committed by Matthias Clasen
parent b5b0b60454
commit 7df1b30fb5
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-01-01 Matthias Clasen <mclasen@redhat.com>
* glib-gettextize.in: Silence autoconf warnings about
datarootdir. (#391367, Loïc Minier)
2007-01-01 Matthias Clasen <mclasen@redhat.com> 2007-01-01 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Convert the recently added stricter * glib/gkeyfile.c: Convert the recently added stricter

View File

@@ -49,6 +49,9 @@ MINGW32*)
;; ;;
esac esac
datadir=@datadir@
datarootdir=@datarootdir@
gettext_dir=$prefix/share/glib-2.0/gettext gettext_dir=$prefix/share/glib-2.0/gettext
while test $# -gt 0; do while test $# -gt 0; do
@@ -176,7 +179,7 @@ echo
echo "Please add the files" echo "Please add the files"
echo " codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4" echo " codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4"
echo " progtest.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 "or directly to your aclocal.m4 file."
echo "You will also need config.guess and config.sub, which you can get from" echo "You will also need config.guess and config.sub, which you can get from"
echo "ftp://ftp.gnu.org/pub/gnu/config/." echo "ftp://ftp.gnu.org/pub/gnu/config/."