diff options
author | Bruno Haible <bruno@clisp.org> | 2006-07-21 15:30:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:33 +0200 |
commit | 2cc908f5a95d6086c842b5f8c495ca0a429457f1 (patch) | |
tree | 2a687ccfcf28ad8f80e28badad2f61d154b0f88a /gettext-tools/examples/hello-java | |
parent | d09c3e758a84ef518fa3f046c01944203e422ed4 (diff) | |
download | external_gettext-2cc908f5a95d6086c842b5f8c495ca0a429457f1.zip external_gettext-2cc908f5a95d6086c842b5f8c495ca0a429457f1.tar.gz external_gettext-2cc908f5a95d6086c842b5f8c495ca0a429457f1.tar.bz2 |
Adapt to changed value of top_srcdir in the examples' main Makefile.
Diffstat (limited to 'gettext-tools/examples/hello-java')
-rwxr-xr-x | gettext-tools/examples/hello-java/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |