BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / groff-1.08 / config.status
CommitLineData
c3f03ced
C
1#!/bin/sh
2# Generated automatically by configure.
3# Run this file to recreate the current configuration.
4# This directory was configured as follows,
5# on host vangogh.CS.Berkeley.EDU:
6#
7# configure
8
9for arg
10do
11 case "$arg" in
12 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13 exec /bin/sh configure ;;
14 *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
15 esac
16done
17
18trap 'rm -f Makefile; exit 1' 1 3 15
19CC='gcc'
20CCLIBS=''
21CCC='gcc'
22LPR='lpr'
23LP=''
24LPQ=''
25PSPRINT='lpr'
26DVIPRINT='lpr -d'
27PERLPATH='/usr/bin/perl'
28YACC='yacc'
29RANLIB='ranlib'
30INSTALL='/usr/bin/install -c'
31INSTALL_PROGRAM='$(INSTALL)'
32INSTALL_DATA='$(INSTALL) -m 644'
33LN_S='ln -s'
34ETAGSCCFLAG=''
35SH_SCRIPT_SED_CMD=''
36CPP='${CC-cc} -E'
37LIBOBJS=''
38BROKEN_SPOOLER_FLAGS='7'
39PAGE='letter'
40LIBS=''
41srcdir='.'
42DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 -DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DRETSIGTYPE=void -DHAVE_MMAP=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_SYS_SIGLIST=1'
43prefix='/usr'
44exec_prefix='${prefix}'
45prsub='s%^prefix\([ ]*\)=\([ ]*\).*$%prefix\1=\2/usr%
46s%^exec_prefix\([ ]*\)=\([ ]*\).*$%exec_prefix\1=\2${prefix}%'
47
48top_srcdir=$srcdir
49for file in .. Makefile; do if [ "x$file" != "x.." ]; then
50 srcdir=$top_srcdir
51 # Remove last slash and all that follows it. Not all systems have dirname.
52 dir=`echo $file|sed 's%/[^/][^/]*$%%'`
53 if test "$dir" != "$file"; then
54 test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
55 test ! -d $dir && mkdir $dir
56 fi
57 echo creating $file
58 rm -f $file
59 echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
60 sed -e "
61$prsub
62s%@CC@%$CC%g
63s%@CCLIBS@%$CCLIBS%g
64s%@CCC@%$CCC%g
65s%@LPR@%$LPR%g
66s%@LP@%$LP%g
67s%@LPQ@%$LPQ%g
68s%@PSPRINT@%$PSPRINT%g
69s%@DVIPRINT@%$DVIPRINT%g
70s%@PERLPATH@%$PERLPATH%g
71s%@YACC@%$YACC%g
72s%@RANLIB@%$RANLIB%g
73s%@INSTALL@%$INSTALL%g
74s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
75s%@INSTALL_DATA@%$INSTALL_DATA%g
76s%@LN_S@%$LN_S%g
77s%@ETAGSCCFLAG@%$ETAGSCCFLAG%g
78s%@SH_SCRIPT_SED_CMD@%$SH_SCRIPT_SED_CMD%g
79s%@CPP@%$CPP%g
80s%@LIBOBJS@%$LIBOBJS%g
81s%@BROKEN_SPOOLER_FLAGS@%$BROKEN_SPOOLER_FLAGS%g
82s%@PAGE@%$PAGE%g
83s%@LIBS@%$LIBS%g
84s%@srcdir@%$srcdir%g
85s%@DEFS@%$DEFS%
86" $top_srcdir/${file}.in >> $file
87fi; done
88