diff options
author | Bruno Haible <bruno@clisp.org> | 2005-07-18 11:28:21 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:38 +0200 |
commit | c53d435e9a616a28e3bb78dc371df940519c9b16 (patch) | |
tree | e1d9135dfefb486f0561c02eb6acf5cb10af2ca6 /gettext-tools/examples/hello-objc-gnome/autoclean.sh | |
parent | 6c4eda658c18d792871d4a2f3d1a7ce94692be7b (diff) | |
download | external_gettext-c53d435e9a616a28e3bb78dc371df940519c9b16.zip external_gettext-c53d435e9a616a28e3bb78dc371df940519c9b16.tar.gz external_gettext-c53d435e9a616a28e3bb78dc371df940519c9b16.tar.bz2 |
Use lock.h.
Diffstat (limited to 'gettext-tools/examples/hello-objc-gnome/autoclean.sh')
-rwxr-xr-x | gettext-tools/examples/hello-objc-gnome/autoclean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index 5efa49d..97a6bdf 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003-2004 Free Software Foundation, Inc. +# Copyright (C) 2003-2005 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -25,6 +25,7 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/lock.m4 rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 |