diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-27 12:36:44 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:26 +0200 |
commit | 213fb99746f4ed71bc7f8692c482f083f205420d (patch) | |
tree | b2031a3d8dd5f58918130068d2a603a1b2664837 | |
parent | 6dbc3c9e341e71b69469262f049cd86017c8fc46 (diff) | |
download | external_gettext-213fb99746f4ed71bc7f8692c482f083f205420d.zip external_gettext-213fb99746f4ed71bc7f8692c482f083f205420d.tar.gz external_gettext-213fb99746f4ed71bc7f8692c482f083f205420d.tar.bz2 |
Assume autoconf 2.60 or newer.
-rw-r--r-- | gettext-runtime/intl-csharp/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index 303c76f..46864af 100644 --- a/gettext-runtime/intl-csharp/Makefile.am +++ b/gettext-runtime/intl-csharp/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/intl-csharp subdirectory of GNU gettext -## Copyright (C) 2003 Free Software Foundation, Inc. +## Copyright (C) 2003, 2006 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -23,12 +23,6 @@ CLEANFILES = RM = rm -f -docdir = @docdir@ -htmldir = $(docdir) - -docdir = @docdir@ -htmldir = $(docdir) - CSHARPCOMP = $(SHELL) ../lib/csharpcomp.sh CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@ |