X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib-gettextize.in;h=617d6bce43a49abb16ba819fe2ddfd59b044586a;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=01ce883f5b673df90f2cbb0c031fdc3d327de73e;hpb=6179b0620be7ef85ebc2bc1ec3d711c333e45344;p=platform%2Fupstream%2Fglib.git diff --git a/glib-gettextize.in b/glib-gettextize.in index 01ce883..617d6bc 100644 --- a/glib-gettextize.in +++ b/glib-gettextize.in @@ -13,8 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, see . # # - Modified in October 2001 by jacob berkman to @@ -43,7 +42,16 @@ try_ln_s=: # Directory where the sources are stored. prefix=@prefix@ -gettext_dir=@prefix@/share/glib-2.0/gettext +case `uname` in +MINGW32*) + prefix="`dirname $0`/.." + ;; +esac + +datarootdir=@datarootdir@ +datadir=@datadir@ + +gettext_dir=$prefix/share/glib-2.0/gettext while test $# -gt 0; do case "$1" in @@ -170,7 +178,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/."