"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/m4/Makefile.am" (5 Jul 2000, 672 Bytes) of package /linux/misc/old/xtermset-0.5.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Copyright (C) 2000 Breyten J. Ernsting <bje@dds.nl>
2 #
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
6 #
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11 # Install m4 macros in this directory
12 m4datadir = $(datadir)/aclocal
13
14 # List your m4 macros here
15 m4macros =
16
17 # The following is boilerplate
18 m4data_DATA = $(m4macros)
19 EXTRA_DIST = $(m4data_DATA)
20