summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-02-07 22:02:38 +0000
committerBruno Haible <bruno@clisp.org>2001-02-07 22:02:38 +0000
commitee1924ee3ca0cbd5ea112eb9ccebee44c39792d8 (patch)
tree843a0408ceaded4a87ab13602bf77c99b9ad31d1
parent5f9e1415434984e3c896cbbef6103d75ce41318c (diff)
downloadexternal_gettext-ee1924ee3ca0cbd5ea112eb9ccebee44c39792d8.zip
external_gettext-ee1924ee3ca0cbd5ea112eb9ccebee44c39792d8.tar.gz
external_gettext-ee1924ee3ca0cbd5ea112eb9ccebee44c39792d8.tar.bz2
Fix previous patch.
-rw-r--r--misc/ChangeLog4
-rw-r--r--misc/gettextize.in8
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index ab5db78..58a5ae0 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-07 Bruno Haible <haible@clisp.cons.org>
+
+ * gettextize.in: Fix bug in 2000-12-08 patch.
+
2001-01-28 Bruno Haible <haible@clisp.cons.org>
* po-mode.el: Call autoload with 4 arguments.
diff --git a/misc/gettextize.in b/misc/gettextize.in
index 4eb8fbf..d57bdf5 100644
--- a/misc/gettextize.in
+++ b/misc/gettextize.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -129,12 +129,6 @@ else
}
fi
-rm -fr intl
-mkdir intl || {
- $echo "failed to create intl/ subdirectory"
- exit 1;
-}
-
test -d po || mkdir po || {
$echo "failed to create po/ subdirectory"
exit 1