diff options
author | jacob berkman <jacob@ximian.com> | 2002-01-31 22:26:59 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-01-31 22:26:59 +0000 |
commit | abe0ca13158898e35f9ecbd8fb450c4cda90cc5b (patch) | |
tree | a8a020867766a5ae0853ddc99773a940a97f3bdc /glib-gettextize.in | |
parent | a3181438da99dac92204b8918317c4bf1db84df0 (diff) |
remove references to po2tbl
2002-01-31 jacob berkman <jacob@ximian.com>
* glib-gettextize.in:
* m4macros/glib-gettext.m4 (AM_GLIB_GNU_GETTEXT): remove
references to po2tbl
Diffstat (limited to 'glib-gettextize.in')
-rw-r--r-- | glib-gettextize.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/glib-gettextize.in b/glib-gettextize.in index 21bf0cbc1..e205c563f 100644 --- a/glib-gettextize.in +++ b/glib-gettextize.in @@ -104,12 +104,6 @@ po/Makefile.in.in exists: use option -f if you really want to delete it." exit 1 fi -if test -f po/po2tbl.sed.in && test $force -eq 0; then - $echo "\ -po/po2tbl.sed.in exists: use option -f if you really want to delete it." - exit 1 -fi - test -d po || { $echo "Creating po/ subdirectory" mkdir po || { |