"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/configure.in" (25 Oct 2001, 740 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 AC_INIT(reconf)
12 AM_CONFIG_HEADER(config.h)
13 AM_INIT_AUTOMAKE(xtermset,0.5.2)
14 AC_PROG_CC
15 AC_AIX
16 AC_ISC_POSIX
17 AC_MINIX
18 AC_STDC_HEADERS
19 AC_CHECK_HEADER(assert.h)
20 CFLAGS="$CFLAGS -DTERMSDIR='"'"$(pkgdatadir)"'"'"
21 AC_OUTPUT(Makefile doc/Makefile m4/Makefile src/Makefile)