makeconf fixes, loveserv update, and other things i forgot about :)

This commit is contained in:
Shmad 2002-09-01 16:05:00 +00:00
parent cdb4181b76
commit b689e7c8b7

View file

@ -1,11 +1,11 @@
#! /bin/sh #! /bin/bash
# Generated by configure. # Generated by configure.
# Run this file to recreate the current configuration. # Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging # Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists. # configure, is in config.log if it exists.
debug=false debug=false
SHELL=${CONFIG_SHELL-/bin/sh} SHELL=${CONFIG_SHELL-/bin/bash}
## --------------------- ## ## --------------------- ##
## M4sh Initialization. ## ## M4sh Initialization. ##
@ -307,8 +307,8 @@ do
case $1 in case $1 in
# Handling of the options. # Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
echo "running /bin/sh ./configure " " --no-create --no-recursion" echo "running /bin/bash ./configure " " --no-create --no-recursion"
exec /bin/sh ./configure --no-create --no-recursion ;; exec /bin/bash ./configure --no-create --no-recursion ;;
--version | --vers* | -V ) --version | --vers* | -V )
echo "$ac_cs_version"; exit 0 ;; echo "$ac_cs_version"; exit 0 ;;
--he | --h) --he | --h)
@ -398,7 +398,7 @@ if test -n "$CONFIG_FILES"; then
# Protect against being on the right side of a sed subst in config.status. # Protect against being on the right side of a sed subst in config.status.
sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g; sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
s,@SHELL@,/bin/sh,;t t s,@SHELL@,/bin/bash,;t t
s,@PATH_SEPARATOR@,:,;t t s,@PATH_SEPARATOR@,:,;t t
s,@PACKAGE_NAME@,,;t t s,@PACKAGE_NAME@,,;t t
s,@PACKAGE_TARNAME@,,;t t s,@PACKAGE_TARNAME@,,;t t
@ -406,7 +406,7 @@ s,@PACKAGE_VERSION@,,;t t
s,@PACKAGE_STRING@,,;t t s,@PACKAGE_STRING@,,;t t
s,@PACKAGE_BUGREPORT@,,;t t s,@PACKAGE_BUGREPORT@,,;t t
s,@exec_prefix@,${prefix},;t t s,@exec_prefix@,${prefix},;t t
s,@prefix@,/home/neostats/NeoStats/,;t t s,@prefix@,/home/shmad/NeoStats/,;t t
s,@program_transform_name@,s,x,x,,;t t s,@program_transform_name@,s,x,x,,;t t
s,@bindir@,${exec_prefix}/bin,;t t s,@bindir@,${exec_prefix}/bin,;t t
s,@sbindir@,${exec_prefix}/sbin,;t t s,@sbindir@,${exec_prefix}/sbin,;t t
@ -438,7 +438,7 @@ s,@OBJEXT@,o,;t t
s,@INSTALL_PROGRAM@,${INSTALL},;t t s,@INSTALL_PROGRAM@,${INSTALL},;t t
s,@INSTALL_SCRIPT@,${INSTALL},;t t s,@INSTALL_SCRIPT@,${INSTALL},;t t
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
s,@DIRINST@,/home/neostats/NeoStats/,;t t s,@DIRINST@,/home/shmad/NeoStats/,;t t
CEOF CEOF
# Split the substitutions into bite-sized pieces for seds with # Split the substitutions into bite-sized pieces for seds with