File: configure.in

package info (click to toggle)
xtermset 0.5.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 388 kB
  • ctags: 98
  • sloc: ansic: 576; sh: 330; makefile: 81
file content (21 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2000 Breyten J. Ernsting <bje@dds.nl>
#  
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without 
# modifications, as long as this notice is preserved.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AC_INIT(reconf)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(xtermset,0.5.2)
AC_PROG_CC
AC_AIX
AC_ISC_POSIX
AC_MINIX
AC_STDC_HEADERS
AC_CHECK_HEADER(assert.h)
CFLAGS="$CFLAGS -DTERMSDIR='"'"$(pkgdatadir)"'"'"
AC_OUTPUT(Makefile doc/Makefile m4/Makefile src/Makefile)