diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-08 10:47:28 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-08 10:47:28 +0000 |
commit | ae4309d00ca64b72be1327e166c00324656f8f82 (patch) | |
tree | 4b9d7a19ed4889cbe30a761fca8dd2e67252a9bc /autogen.sh | |
parent | 1c1a9dd6aaad300daca94549f9cff3b9dc61dd7f (diff) | |
download | gst-plugins-bad-ae4309d00ca64b72be1327e166c00324656f8f82.tar.gz gst-plugins-bad-ae4309d00ca64b72be1327e166c00324656f8f82.tar.bz2 gst-plugins-bad-ae4309d00ca64b72be1327e166c00324656f8f82.zip |
gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h.
Original commit message from CVS:
2005-07-08 Andy Wingo <wingo@pobox.com>
* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
defines come from config.h.
* autogen.sh: Run autopoint, etc.
* Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/.
* configure.ac: Add gettext stuff.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -65,12 +65,12 @@ toplevel_check $srcfile # older autopoint (< 0.12) has a tendency to complain about mkinstalldirs if test -x mkinstalldirs; then rm mkinstalldirs; fi # first remove patch if necessary, then run autopoint, then reapply -# if test -f po/Makefile.in.in; -# then -# patch -p0 -R < common/gettext.patch -# fi -# tool_run "$autopoint --force" -# patch -p0 < common/gettext.patch +if test -f po/Makefile.in.in; +then + patch -p0 -R < common/gettext.patch +fi +tool_run "$autopoint --force" +patch -p0 < common/gettext.patch tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" tool_run "$libtoolize" "--copy --force" |