Annotation of embedaddon/thttpd/config.status, revision 1.1
1.1 ! misho 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 elwix.aitnet.org:
! 6: #
! 7: # ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd10.0
! 8: #
! 9: # Compiler output produced by configure, useful for debugging
! 10: # configure, is in ./config.log if it exists.
! 11:
! 12: ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
! 13: for ac_option
! 14: do
! 15: case "$ac_option" in
! 16: -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
! 17: echo "running ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd10.0 --no-create --no-recursion"
! 18: exec ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ i386-portbld-freebsd10.0 --no-create --no-recursion ;;
! 19: -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
! 20: echo "./config.status generated by autoconf version 2.13"
! 21: exit 0 ;;
! 22: -help | --help | --hel | --he | --h)
! 23: echo "$ac_cs_usage"; exit 0 ;;
! 24: *) echo "$ac_cs_usage"; exit 1 ;;
! 25: esac
! 26: done
! 27:
! 28: ac_given_srcdir=.
! 29: ac_given_INSTALL="/usr/bin/install -c -o root -g wheel"
! 30:
! 31: trap 'rm -fr Makefile cgi-src/Makefile extras/Makefile conftest*; exit 1' 1 2 15
! 32:
! 33: # Protect against being on the right side of a sed subst in config.status.
! 34: sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
! 35: s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
! 36: /^[ ]*VPATH[ ]*=[^:]*$/d
! 37:
! 38: s%@SHELL@%/bin/sh%g
! 39: s%@CFLAGS@%-O2 -pipe -fno-strict-aliasing%g
! 40: s%@CPPFLAGS@%%g
! 41: s%@CXXFLAGS@%-O2 -pipe -fno-strict-aliasing%g
! 42: s%@FFLAGS@%%g
! 43: s%@DEFS@% -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_SYS_EVENT_H=1 -DHAVE_OSRELDATE_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_SETLOGIN=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_KQUEUE=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 %g
! 44: s%@LDFLAGS@%%g
! 45: s%@LIBS@%-lcrypt %g
! 46: s%@exec_prefix@%${prefix}%g
! 47: s%@prefix@%/usr/local%g
! 48: s%@program_transform_name@%s,x,x,%g
! 49: s%@bindir@%${exec_prefix}/bin%g
! 50: s%@sbindir@%${exec_prefix}/sbin%g
! 51: s%@libexecdir@%${exec_prefix}/libexec%g
! 52: s%@datadir@%${prefix}/share%g
! 53: s%@sysconfdir@%${prefix}/etc%g
! 54: s%@sharedstatedir@%${prefix}/com%g
! 55: s%@localstatedir@%${prefix}/var%g
! 56: s%@libdir@%${exec_prefix}/lib%g
! 57: s%@includedir@%${prefix}/include%g
! 58: s%@oldincludedir@%/usr/include%g
! 59: s%@infodir@%/usr/local/info/%g
! 60: s%@mandir@%/usr/local/man%g
! 61: s%@host@%i386-portbld-freebsd10.0%g
! 62: s%@host_alias@%i386-portbld-freebsd10.0%g
! 63: s%@host_cpu@%i386%g
! 64: s%@host_vendor@%portbld%g
! 65: s%@host_os@%freebsd10.0%g
! 66: s%@target@%i386-portbld-freebsd10.0%g
! 67: s%@target_alias@%i386-portbld-freebsd10.0%g
! 68: s%@target_cpu@%i386%g
! 69: s%@target_vendor@%portbld%g
! 70: s%@target_os@%freebsd10.0%g
! 71: s%@build@%i386-portbld-freebsd10.0%g
! 72: s%@build_alias@%i386-portbld-freebsd10.0%g
! 73: s%@build_cpu@%i386%g
! 74: s%@build_vendor@%portbld%g
! 75: s%@build_os@%freebsd10.0%g
! 76: s%@CC@%cc%g
! 77: s%@CPP@%cpp%g
! 78: s%@LIBOBJS@%%g
! 79: s%@SET_MAKE@%%g
! 80: s%@INSTALL_PROGRAM@%install -s -o root -g wheel -m 555%g
! 81: s%@INSTALL_SCRIPT@%install -o root -g wheel -m 555%g
! 82: s%@INSTALL_DATA@%install -o root -g wheel -m 444%g
! 83: s%@V_CCOPT@%-O2%g
! 84: s%@V_STATICFLAG@%-static%g
! 85: s%@V_NETLIBS@%%g
! 86:
! 87: CEOF
! 88:
! 89: # Split the substitutions into bite-sized pieces for seds with
! 90: # small command number limits, like on Digital OSF/1 and HP-UX.
! 91: ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
! 92: ac_file=1 # Number of current file.
! 93: ac_beg=1 # First line for current file.
! 94: ac_end=$ac_max_sed_cmds # Line after last line for current file.
! 95: ac_more_lines=:
! 96: ac_sed_cmds=""
! 97: while $ac_more_lines; do
! 98: if test $ac_beg -gt 1; then
! 99: sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
! 100: else
! 101: sed "${ac_end}q" conftest.subs > conftest.s$ac_file
! 102: fi
! 103: if test ! -s conftest.s$ac_file; then
! 104: ac_more_lines=false
! 105: rm -f conftest.s$ac_file
! 106: else
! 107: if test -z "$ac_sed_cmds"; then
! 108: ac_sed_cmds="sed -f conftest.s$ac_file"
! 109: else
! 110: ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
! 111: fi
! 112: ac_file=`expr $ac_file + 1`
! 113: ac_beg=$ac_end
! 114: ac_end=`expr $ac_end + $ac_max_sed_cmds`
! 115: fi
! 116: done
! 117: if test -z "$ac_sed_cmds"; then
! 118: ac_sed_cmds=cat
! 119: fi
! 120:
! 121: CONFIG_FILES=${CONFIG_FILES-"Makefile cgi-src/Makefile extras/Makefile"}
! 122: for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
! 123: # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
! 124: case "$ac_file" in
! 125: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
! 126: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
! 127: *) ac_file_in="${ac_file}.in" ;;
! 128: esac
! 129:
! 130: # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
! 131:
! 132: # Remove last slash and all that follows it. Not all systems have dirname.
! 133: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
! 134: if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
! 135: # The file is in a subdirectory.
! 136: test ! -d "$ac_dir" && mkdir "$ac_dir"
! 137: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
! 138: # A "../" for each directory in $ac_dir_suffix.
! 139: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
! 140: else
! 141: ac_dir_suffix= ac_dots=
! 142: fi
! 143:
! 144: case "$ac_given_srcdir" in
! 145: .) srcdir=.
! 146: if test -z "$ac_dots"; then top_srcdir=.
! 147: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
! 148: /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
! 149: *) # Relative path.
! 150: srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
! 151: top_srcdir="$ac_dots$ac_given_srcdir" ;;
! 152: esac
! 153:
! 154: case "$ac_given_INSTALL" in
! 155: [/$]*) INSTALL="$ac_given_INSTALL" ;;
! 156: *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
! 157: esac
! 158:
! 159: echo creating "$ac_file"
! 160: rm -f "$ac_file"
! 161: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
! 162: case "$ac_file" in
! 163: *Makefile*) ac_comsub="1i\\
! 164: # $configure_input" ;;
! 165: *) ac_comsub= ;;
! 166: esac
! 167:
! 168: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
! 169: sed -e "$ac_comsub
! 170: s%@configure_input@%$configure_input%g
! 171: s%@srcdir@%$srcdir%g
! 172: s%@top_srcdir@%$top_srcdir%g
! 173: s%@INSTALL@%$INSTALL%g
! 174: " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
! 175: fi; done
! 176: rm -f conftest.s*
! 177:
! 178:
! 179:
! 180: exit 0
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>