]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix previous patch.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Feb 2001 22:02:38 +0000 (22:02 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Feb 2001 22:02:38 +0000 (22:02 +0000)
misc/ChangeLog
misc/gettextize.in

index ab5db78dd23cd7de7e8fbb61db9ab0c93591ba39..58a5ae017dbf5af8bc7dae41969b4c5245cc29b5 100644 (file)
@@ -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.
index 4eb8fbf9659990c7cc0b654b72cf9be37d3d3729..d57bdf5d6a884c641df173a2bdfdcb213a85e4af 100644 (file)
@@ -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