From 0abf816f752baef7299f32d21406e92d49d834c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Dec 2008 04:15:29 +0100 Subject: autogen.sh: run glib-gettextize Removed po/Makefile.in.in and mkinstalldirs from git, they are created by glib-gettextize. --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 1ab5e4cdf..e93a00eea 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,9 @@ echo "touch stamp-h" touch stamp-h +# create po/Makefile.in.in +glib-gettextize --force --copy + # add aclocal.m4 to current dir echo "aclocal..." aclocal -I $PWD/m4 -- cgit v1.2.3