makeconf fixes, loveserv update, and other things i forgot about :)
This commit is contained in:
parent
cdb4181b76
commit
b689e7c8b7
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
# Generated by configure.
|
||||
# Run this file to recreate the current configuration.
|
||||
# Compiler output produced by configure, useful for debugging
|
||||
# configure, is in config.log if it exists.
|
||||
|
||||
debug=false
|
||||
SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
SHELL=${CONFIG_SHELL-/bin/bash}
|
||||
|
||||
## --------------------- ##
|
||||
## M4sh Initialization. ##
|
||||
|
@ -307,8 +307,8 @@ do
|
|||
case $1 in
|
||||
# Handling of the options.
|
||||
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
||||
echo "running /bin/sh ./configure " " --no-create --no-recursion"
|
||||
exec /bin/sh ./configure --no-create --no-recursion ;;
|
||||
echo "running /bin/bash ./configure " " --no-create --no-recursion"
|
||||
exec /bin/bash ./configure --no-create --no-recursion ;;
|
||||
--version | --vers* | -V )
|
||||
echo "$ac_cs_version"; exit 0 ;;
|
||||
--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.
|
||||
sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
|
||||
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,@PACKAGE_NAME@,,;t t
|
||||
s,@PACKAGE_TARNAME@,,;t t
|
||||
|
@ -406,7 +406,7 @@ s,@PACKAGE_VERSION@,,;t t
|
|||
s,@PACKAGE_STRING@,,;t t
|
||||
s,@PACKAGE_BUGREPORT@,,;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,@bindir@,${exec_prefix}/bin,;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_SCRIPT@,${INSTALL},;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
|
||||
|
||||
# Split the substitutions into bite-sized pieces for seds with
|
||||
|
|
Reference in a new issue