From: Bruno Haible Date: Fri, 21 Jul 2006 15:30:41 +0000 (+0000) Subject: Adapt to changed value of top_srcdir in the examples' main Makefile. X-Git-Tag: v0.15~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc908f5a95d6086c842b5f8c495ca0a429457f1;p=thirdparty%2Fgettext.git Adapt to changed value of top_srcdir in the examples' main Makefile. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 563c3124f..6c24708fa 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -2,6 +2,11 @@ * gettext-0.15 released. +2006-07-21 Bruno Haible + + * hello-*/autogen.sh (GETTEXT_TOPSRCDIR): In the build directory case, + append one more "/..". + 2006-07-20 Bruno Haible * po/sv.po: Update from Jan Djärv . diff --git a/gettext-tools/examples/hello-c++-qt/autogen.sh b/gettext-tools/examples/hello-c++-qt/autogen.sh index 7e7cf92df..7a134e408 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 bb5be90ec..79096daa9 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 272786729..6fa3cf39b 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 7dd3c2358..ce55ded5d 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 9611033c6..47aefa4e7 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 1cc417bf3..f20a8947b 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 1cc417bf3..f20a8947b 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 55374ab02..8b5c473da 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 55374ab02..8b5c473da 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 55374ab02..8b5c473da 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 9611033c6..47aefa4e7 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 a296989cc..84b04f5ab 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 7dd3c2358..ce55ded5d 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 9611033c6..47aefa4e7 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 c24d59267..7a7f4153e 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 c24d59267..7a7f4153e 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 9611033c6..47aefa4e7 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