diff options
25 files changed, 52 insertions, 47 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 563c312..6c24708 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -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>. diff --git a/gettext-tools/examples/hello-c++-qt/autogen.sh b/gettext-tools/examples/hello-c++-qt/autogen.sh index 7e7cf92..7a134e4 100755 --- a/gettext-tools/examples/hello-c++-qt/autogen.sh +++ b/gettext-tools/examples/hello-c++-qt/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh index bb5be90..79096da 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-c++/autogen.sh b/gettext-tools/examples/hello-c++/autogen.sh index 2727867..6fa3cf3 100755 --- a/gettext-tools/examples/hello-c++/autogen.sh +++ b/gettext-tools/examples/hello-c++/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-c/autogen.sh b/gettext-tools/examples/hello-c/autogen.sh index 7dd3c23..ce55ded 100755 --- a/gettext-tools/examples/hello-c/autogen.sh +++ b/gettext-tools/examples/hello-c/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-clisp/autogen.sh b/gettext-tools/examples/hello-clisp/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-clisp/autogen.sh +++ b/gettext-tools/examples/hello-clisp/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-csharp-forms/autogen.sh b/gettext-tools/examples/hello-csharp-forms/autogen.sh index 1cc417b..f20a894 100755 --- a/gettext-tools/examples/hello-csharp-forms/autogen.sh +++ b/gettext-tools/examples/hello-csharp-forms/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-csharp/autogen.sh b/gettext-tools/examples/hello-csharp/autogen.sh index 1cc417b..f20a894 100755 --- a/gettext-tools/examples/hello-csharp/autogen.sh +++ b/gettext-tools/examples/hello-csharp/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-gawk/autogen.sh b/gettext-tools/examples/hello-gawk/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-gawk/autogen.sh +++ b/gettext-tools/examples/hello-gawk/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-guile/autogen.sh b/gettext-tools/examples/hello-guile/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-guile/autogen.sh +++ b/gettext-tools/examples/hello-guile/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-java-awt/autogen.sh b/gettext-tools/examples/hello-java-awt/autogen.sh index 55374ab..8b5c473 100755 --- a/gettext-tools/examples/hello-java-awt/autogen.sh +++ b/gettext-tools/examples/hello-java-awt/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-java-swing/autogen.sh b/gettext-tools/examples/hello-java-swing/autogen.sh index 55374ab..8b5c473 100755 --- a/gettext-tools/examples/hello-java-swing/autogen.sh +++ b/gettext-tools/examples/hello-java-swing/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-java/autogen.sh b/gettext-tools/examples/hello-java/autogen.sh index 55374ab..8b5c473 100755 --- a/gettext-tools/examples/hello-java/autogen.sh +++ b/gettext-tools/examples/hello-java/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-librep/autogen.sh b/gettext-tools/examples/hello-librep/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-librep/autogen.sh +++ b/gettext-tools/examples/hello-librep/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-objc-gnustep/autogen.sh b/gettext-tools/examples/hello-objc-gnustep/autogen.sh index a296989..84b04f5 100755 --- a/gettext-tools/examples/hello-objc-gnustep/autogen.sh +++ b/gettext-tools/examples/hello-objc-gnustep/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-objc/autogen.sh b/gettext-tools/examples/hello-objc/autogen.sh index 7dd3c23..ce55ded 100755 --- a/gettext-tools/examples/hello-objc/autogen.sh +++ b/gettext-tools/examples/hello-objc/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-pascal/autogen.sh b/gettext-tools/examples/hello-pascal/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-pascal/autogen.sh +++ b/gettext-tools/examples/hello-pascal/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-perl/autogen.sh b/gettext-tools/examples/hello-perl/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-perl/autogen.sh +++ b/gettext-tools/examples/hello-perl/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-php/autogen.sh b/gettext-tools/examples/hello-php/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-php/autogen.sh +++ b/gettext-tools/examples/hello-php/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-python/autogen.sh b/gettext-tools/examples/hello-python/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-python/autogen.sh +++ b/gettext-tools/examples/hello-python/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-sh/autogen.sh b/gettext-tools/examples/hello-sh/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-sh/autogen.sh +++ b/gettext-tools/examples/hello-sh/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-smalltalk/autogen.sh b/gettext-tools/examples/hello-smalltalk/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-smalltalk/autogen.sh +++ b/gettext-tools/examples/hello-smalltalk/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-tcl-tk/autogen.sh b/gettext-tools/examples/hello-tcl-tk/autogen.sh index c24d592..7a7f415 100755 --- a/gettext-tools/examples/hello-tcl-tk/autogen.sh +++ b/gettext-tools/examples/hello-tcl-tk/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-tcl/autogen.sh b/gettext-tools/examples/hello-tcl/autogen.sh index c24d592..7a7f415 100755 --- a/gettext-tools/examples/hello-tcl/autogen.sh +++ b/gettext-tools/examples/hello-tcl/autogen.sh @@ -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 diff --git a/gettext-tools/examples/hello-ycp/autogen.sh b/gettext-tools/examples/hello-ycp/autogen.sh index 9611033..47aefa4 100755 --- a/gettext-tools/examples/hello-ycp/autogen.sh +++ b/gettext-tools/examples/hello-ycp/autogen.sh @@ -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 |
