From d508cfe82c7accac0fcdae1645cab6050ea2bc46 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 3 May 2005 10:46:59 +0000 Subject: Protect against pnet installations with missing pnetlib. --- gettext-tools/examples/hello-csharp-forms/autoclean.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gettext-tools/examples/hello-csharp-forms/autoclean.sh') diff --git a/gettext-tools/examples/hello-csharp-forms/autoclean.sh b/gettext-tools/examples/hello-csharp-forms/autoclean.sh index 73f33cf..068b28c 100755 --- a/gettext-tools/examples/hello-csharp-forms/autoclean.sh +++ b/gettext-tools/examples/hello-csharp-forms/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 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. @@ -15,6 +15,7 @@ rm -f po/remove-potcdate.sin # Brought in by explicit copy. rm -f m4/csharpcomp.m4 rm -f m4/csharpexec.m4 +rm -f m4/csharpexec-test.exe rm -f csharpcomp.sh.in rm -f csharpexec.sh.in -- cgit v1.1