]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Adapt to changed value of top_srcdir in the examples' main Makefile.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Jul 2006 15:30:41 +0000 (15:30 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:33 +0000 (12:13 +0200)
25 files changed:
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-qt/autogen.sh
gettext-tools/examples/hello-c++-wxwidgets/autogen.sh
gettext-tools/examples/hello-c++/autogen.sh
gettext-tools/examples/hello-c/autogen.sh
gettext-tools/examples/hello-clisp/autogen.sh
gettext-tools/examples/hello-csharp-forms/autogen.sh
gettext-tools/examples/hello-csharp/autogen.sh
gettext-tools/examples/hello-gawk/autogen.sh
gettext-tools/examples/hello-guile/autogen.sh
gettext-tools/examples/hello-java-awt/autogen.sh
gettext-tools/examples/hello-java-swing/autogen.sh
gettext-tools/examples/hello-java/autogen.sh
gettext-tools/examples/hello-librep/autogen.sh
gettext-tools/examples/hello-objc-gnustep/autogen.sh
gettext-tools/examples/hello-objc/autogen.sh
gettext-tools/examples/hello-pascal/autogen.sh
gettext-tools/examples/hello-perl/autogen.sh
gettext-tools/examples/hello-php/autogen.sh
gettext-tools/examples/hello-python/autogen.sh
gettext-tools/examples/hello-sh/autogen.sh
gettext-tools/examples/hello-smalltalk/autogen.sh
gettext-tools/examples/hello-tcl-tk/autogen.sh
gettext-tools/examples/hello-tcl/autogen.sh
gettext-tools/examples/hello-ycp/autogen.sh

index 563c3124fd8eca52227180ea28236d38a64f5b3c..6c24708fa7166c3d491a8ce92f21b2b0e45f8b39 100644 (file)
@@ -2,6 +2,11 @@
 
        * gettext-0.15 released.
 
+2006-07-21  Bruno Haible  <bruno@clisp.org>
+
+       * hello-*/autogen.sh (GETTEXT_TOPSRCDIR): In the build directory case,
+       append one more "/..".
+
 2006-07-20  Bruno Haible  <bruno@clisp.org>
 
        * po/sv.po: Update from Jan Djärv <jan.h.d@swipnet.se>.
index 7e7cf92df24c872801e0f1def374cdcd9331a898..7a134e408cd4ea07f8045775ddd9ac55a564743f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index bb5be90ec1fb13de9f0ac6396532217eb40c2f90..79096daa958b26f44d96779fab285888417c28e5 100755 (executable)
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 272786729e31998b3528c6da31b281379065ce27..6fa3cf39b032afad2e91c2c0f36c8d1c6ef5f743 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 7dd3c2358c167adec810fa8cca7e11928a0b9fbd..ce55ded5dd6f8793b27909a7d4bffcdf0c8bea5d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 1cc417bf3fcaffa56e6e2991d0d5010be03ff156..f20a8947bf7c8550b755ad5be73a45ac198a7749 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 1cc417bf3fcaffa56e6e2991d0d5010be03ff156..f20a8947bf7c8550b755ad5be73a45ac198a7749 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 55374ab02b695ac5eab767b2cffc554036a5cc7e..8b5c473da8d22cfcb0b38318f52e64312f7d668a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 55374ab02b695ac5eab767b2cffc554036a5cc7e..8b5c473da8d22cfcb0b38318f52e64312f7d668a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 55374ab02b695ac5eab767b2cffc554036a5cc7e..8b5c473da8d22cfcb0b38318f52e64312f7d668a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index a296989cce2eaed8742b1153f36fb87676c6e6e5..84b04f5aba65c573fa046b7f3810ed6a358b3ecb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 7dd3c2358c167adec810fa8cca7e11928a0b9fbd..ce55ded5dd6f8793b27909a7d4bffcdf0c8bea5d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index c24d592671f77d3fa6372e085b8cd02c6e0668f3..7a7f4153e14e3eaec40519873243c61ee36fd16d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index c24d592671f77d3fa6372e085b8cd02c6e0668f3..7a7f4153e14e3eaec40519873243c61ee36fd16d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths
index 9611033c6b74f699b1f3017f5fd27a04b2946092..47aefa4e799ec205c79bdb45ff57e86f8e42c72e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for regenerating all autogenerated files.
@@ -17,7 +17,7 @@ else
       /*) ;;
       *) GETTEXT_TOOLS_SRCDIR=../$GETTEXT_TOOLS_SRCDIR ;;
     esac
-    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/..
+    GETTEXT_TOPSRCDIR=$GETTEXT_TOOLS_SRCDIR/../..
   else
     # Installed under ${prefix}/share/doc/gettext/examples.
     . ../installpaths