summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2001-11-23 08:05:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2001-11-23 08:05:29 +0000
commite48d1026c5f76e1795ebec078167a6c651f0fa16 (patch)
tree5e4647fda9d5b507d00a80d2907c784f42c76f0f /Makefile.am
parent8b1cfebb78c02f55f91d229ecceef4284957f6db (diff)
downloaddiffutils-e48d1026c5f76e1795ebec078167a6c651f0fa16.tar.gz
Initial revision
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d8115de
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,25 @@
+# Main Automakefile for GNU diffutils.
+
+# Copyright (C) 2001 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
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
+AUTOMAKE_OPTIONS = gnits dist-shar
+EXTRA_DIST = exgettext
+SUBDIRS = doc lib intl m4 src po
+DISTCLEANFILES = intl/libintl.h
+
+ACLOCAL_AMFLAGS = -I m4