Pre-2.0 release, synchronize with HAMMER 61H
[dragonfly.git] / gnu / lib / libregex / config.status
blob1b276aacf34c2c675b4b2ad6df37f4cdec6c52b0
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 sun-lamp.cs.berkeley.edu:
7 # configure
9 for arg
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
16 done
18 trap 'rm -f Makefile doc/Makefile test/Makefile; exit 1' 1 3 15
19 CC='gcc'
20 INSTALL='/usr/bin/install -c'
21 INSTALL_PROGRAM='$(INSTALL)'
22 INSTALL_DATA='$(INSTALL) -m 644'
23 CPP='${CC-cc} -E'
24 ALLOCA=''
25 LIBS=''
26 srcdir='.'
27 DEFS=' -DHAVE_STRING_H=1'
28 prefix='/usr'
29 exec_prefix='${prefix}'
30 prsub='s%^prefix\([ ]*\)=\([ ]*\).*$%prefix\1=\2/usr%
31 s%^exec_prefix\([ ]*\)=\([ ]*\).*$%exec_prefix\1=\2${prefix}%'
33 top_srcdir=$srcdir
34 for file in .. Makefile doc/Makefile test/Makefile; do if [ "x$file" != "x.." ]; then
35 srcdir=$top_srcdir
36 # Remove last slash and all that follows it. Not all systems have dirname.
37 dir=`echo $file|sed 's%/[^/][^/]*$%%'`
38 if test "$dir" != "$file"; then
39 test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
40 test ! -d $dir && mkdir $dir
42 echo creating $file
43 rm -f $file
44 echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
45 sed -e "
46 $prsub
47 s%@CC@%$CC%g
48 s%@INSTALL@%$INSTALL%g
49 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
50 s%@INSTALL_DATA@%$INSTALL_DATA%g
51 s%@CPP@%$CPP%g
52 s%@ALLOCA@%$ALLOCA%g
53 s%@LIBS@%$LIBS%g
54 s%@srcdir@%$srcdir%g
55 s%@DEFS@%$DEFS%
56 " $top_srcdir/${file}.in >> $file
57 fi; done
59 exit 0