Changed makefiles
This commit is contained in:
parent
a20b8f7cf3
commit
ff6f6bbfad
@ -27,6 +27,7 @@ CC = @CC@
|
|||||||
AWK = @AWK@
|
AWK = @AWK@
|
||||||
TAR = @TAR@
|
TAR = @TAR@
|
||||||
ZIP = @ZIP@
|
ZIP = @ZIP@
|
||||||
|
MAKE = @MAKE@
|
||||||
|
|
||||||
# joe editor
|
# joe editor
|
||||||
JOEBIN = @joebin@
|
JOEBIN = @joebin@
|
||||||
|
933
configure
vendored
933
configure
vendored
@ -309,7 +309,7 @@ ac_includes_default="\
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif"
|
#endif"
|
||||||
|
|
||||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SUBDIRS PACKAGE MAJOR MINOR REVISION COPYRIGHT GROUP OWNER CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT AWK INSTALL SET_MAKE RANLIB ac_ct_RANLIB TAR ZIP CHOWN CPP EGREP LIBOBJS COMPRESS GZIP ARC NOMARCH ARJ UNARJ LHA RAR UNRAR UNZIP ZOO HA ANTIVIR FPROT UVSCAN RB SB RZ SZ GOLDEDBIN GOLDNODE CONVERT LOG_COMPRESS LOG_COMPRESSEXT joebin joelib LTLIBOBJS'
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SUBDIRS PACKAGE MAJOR MINOR REVISION COPYRIGHT GROUP OWNER MAKE AWK INSTALL SET_MAKE RANLIB ac_ct_RANLIB TAR ZIP CHOWN CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP LIBOBJS COMPRESS GZIP ARC NOMARCH ARJ UNARJ LHA RAR UNRAR UNZIP ZOO HA ANTIVIR FPROT UVSCAN RB SB RZ SZ GOLDEDBIN GOLDNODE CONVERT LOG_COMPRESS LOG_COMPRESSEXT joebin joelib LTLIBOBJS'
|
||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
|
|
||||||
# Initialize some variables set by options.
|
# Initialize some variables set by options.
|
||||||
@ -1314,6 +1314,497 @@ _ACEOF
|
|||||||
TARGET="$target"
|
TARGET="$target"
|
||||||
|
|
||||||
|
|
||||||
|
# Extract the first word of "gmake", so it can be a program name with args.
|
||||||
|
set dummy gmake; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_MAKE+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$MAKE"; then
|
||||||
|
ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_MAKE="gmake"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
MAKE=$ac_cv_prog_MAKE
|
||||||
|
if test -n "$MAKE"; then
|
||||||
|
echo "$as_me:$LINENO: result: $MAKE" >&5
|
||||||
|
echo "${ECHO_T}$MAKE" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "make", so it can be a program name with args.
|
||||||
|
set dummy make; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_MAKE+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$MAKE"; then
|
||||||
|
ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_MAKE="make"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
MAKE=$ac_cv_prog_MAKE
|
||||||
|
if test -n "$MAKE"; then
|
||||||
|
echo "$as_me:$LINENO: result: $MAKE" >&5
|
||||||
|
echo "${ECHO_T}$MAKE" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "gawk", so it can be a program name with args.
|
||||||
|
set dummy gawk; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_AWK+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_AWK="gawk"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
AWK=$ac_cv_prog_AWK
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
echo "$as_me:$LINENO: result: $AWK" >&5
|
||||||
|
echo "${ECHO_T}$AWK" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "nawk", so it can be a program name with args.
|
||||||
|
set dummy nawk; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_AWK+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_AWK="nawk"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
AWK=$ac_cv_prog_AWK
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
echo "$as_me:$LINENO: result: $AWK" >&5
|
||||||
|
echo "${ECHO_T}$AWK" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "awk", so it can be a program name with args.
|
||||||
|
set dummy awk; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_AWK+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_AWK="awk"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
AWK=$ac_cv_prog_AWK
|
||||||
|
if test -n "$AWK"; then
|
||||||
|
echo "$as_me:$LINENO: result: $AWK" >&5
|
||||||
|
echo "${ECHO_T}$AWK" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "ginstall", so it can be a program name with args.
|
||||||
|
set dummy ginstall; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_INSTALL+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$INSTALL"; then
|
||||||
|
ac_cv_prog_INSTALL="$INSTALL" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_INSTALL="ginstall"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
INSTALL=$ac_cv_prog_INSTALL
|
||||||
|
if test -n "$INSTALL"; then
|
||||||
|
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
||||||
|
echo "${ECHO_T}$INSTALL" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "install", so it can be a program name with args.
|
||||||
|
set dummy install; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_INSTALL+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$INSTALL"; then
|
||||||
|
ac_cv_prog_INSTALL="$INSTALL" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_INSTALL="install"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
INSTALL=$ac_cv_prog_INSTALL
|
||||||
|
if test -n "$INSTALL"; then
|
||||||
|
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
||||||
|
echo "${ECHO_T}$INSTALL" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
||||||
|
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
||||||
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
|
||||||
|
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
cat >conftest.make <<\_ACEOF
|
||||||
|
all:
|
||||||
|
@echo 'ac_maketemp="$(MAKE)"'
|
||||||
|
_ACEOF
|
||||||
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
||||||
|
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
||||||
|
if test -n "$ac_maketemp"; then
|
||||||
|
eval ac_cv_prog_make_${ac_make}_set=yes
|
||||||
|
else
|
||||||
|
eval ac_cv_prog_make_${ac_make}_set=no
|
||||||
|
fi
|
||||||
|
rm -f conftest.make
|
||||||
|
fi
|
||||||
|
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
||||||
|
echo "$as_me:$LINENO: result: yes" >&5
|
||||||
|
echo "${ECHO_T}yes" >&6
|
||||||
|
SET_MAKE=
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
SET_MAKE="MAKE=${MAKE-make}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test -n "$ac_tool_prefix"; then
|
||||||
|
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
||||||
|
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_RANLIB+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$RANLIB"; then
|
||||||
|
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
RANLIB=$ac_cv_prog_RANLIB
|
||||||
|
if test -n "$RANLIB"; then
|
||||||
|
echo "$as_me:$LINENO: result: $RANLIB" >&5
|
||||||
|
echo "${ECHO_T}$RANLIB" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
if test -z "$ac_cv_prog_RANLIB"; then
|
||||||
|
ac_ct_RANLIB=$RANLIB
|
||||||
|
# Extract the first word of "ranlib", so it can be a program name with args.
|
||||||
|
set dummy ranlib; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$ac_ct_RANLIB"; then
|
||||||
|
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
||||||
|
if test -n "$ac_ct_RANLIB"; then
|
||||||
|
echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
|
||||||
|
echo "${ECHO_T}$ac_ct_RANLIB" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
RANLIB=$ac_ct_RANLIB
|
||||||
|
else
|
||||||
|
RANLIB="$ac_cv_prog_RANLIB"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "tar", so it can be a program name with args.
|
||||||
|
set dummy tar; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_TAR+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$TAR"; then
|
||||||
|
ac_cv_prog_TAR="$TAR" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_TAR="tar"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
TAR=$ac_cv_prog_TAR
|
||||||
|
if test -n "$TAR"; then
|
||||||
|
echo "$as_me:$LINENO: result: $TAR" >&5
|
||||||
|
echo "${ECHO_T}$TAR" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "zip", so it can be a program name with args.
|
||||||
|
set dummy zip; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_prog_ZIP+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
if test -n "$ZIP"; then
|
||||||
|
ac_cv_prog_ZIP="$ZIP" # Let the user override the test.
|
||||||
|
else
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_prog_ZIP="zip"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
ZIP=$ac_cv_prog_ZIP
|
||||||
|
if test -n "$ZIP"; then
|
||||||
|
echo "$as_me:$LINENO: result: $ZIP" >&5
|
||||||
|
echo "${ECHO_T}$ZIP" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Extract the first word of "chown", so it can be a program name with args.
|
||||||
|
set dummy chown; ac_word=$2
|
||||||
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||||
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||||
|
if test "${ac_cv_path_CHOWN+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
case $CHOWN in
|
||||||
|
[\\/]* | ?:[\\/]*)
|
||||||
|
ac_cv_path_CHOWN="$CHOWN" # Let the user override the test with a path.
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
as_dummy="/bin:/sbin:/usr/bin:/usr/sbin:"
|
||||||
|
for as_dir in $as_dummy
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||||
|
ac_cv_path_CHOWN="$as_dir/$ac_word$ac_exec_ext"
|
||||||
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||||
|
break 2
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
test -z "$ac_cv_path_CHOWN" && ac_cv_path_CHOWN="chown"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
CHOWN=$ac_cv_path_CHOWN
|
||||||
|
|
||||||
|
if test -n "$CHOWN"; then
|
||||||
|
echo "$as_me:$LINENO: result: $CHOWN" >&5
|
||||||
|
echo "${ECHO_T}$CHOWN" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: no" >&5
|
||||||
|
echo "${ECHO_T}no" >&6
|
||||||
|
fi
|
||||||
|
|
||||||
|
CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes"
|
||||||
|
|
||||||
|
# Check whether --enable-memwatch or --disable-memwatch was given.
|
||||||
|
if test "${enable_memwatch+set}" = set; then
|
||||||
|
enableval="$enable_memwatch"
|
||||||
|
memwatch=$enableval
|
||||||
|
else
|
||||||
|
memwatch=no
|
||||||
|
fi;
|
||||||
|
|
||||||
|
if test "$memwatch" = "yes"; then
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define MEMWATCH 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define RESTAMP_OLD_POSTINGS 21
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define RESTAMP_FUTURE_POSTINGS 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
ac_cpp='$CPP $CPPFLAGS'
|
ac_cpp='$CPP $CPPFLAGS'
|
||||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||||
@ -2182,427 +2673,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|||||||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
# Extract the first word of "gawk", so it can be a program name with args.
|
|
||||||
set dummy gawk; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_AWK+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_AWK="gawk"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
AWK=$ac_cv_prog_AWK
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
echo "$as_me:$LINENO: result: $AWK" >&5
|
|
||||||
echo "${ECHO_T}$AWK" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "nawk", so it can be a program name with args.
|
|
||||||
set dummy nawk; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_AWK+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_AWK="nawk"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
AWK=$ac_cv_prog_AWK
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
echo "$as_me:$LINENO: result: $AWK" >&5
|
|
||||||
echo "${ECHO_T}$AWK" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "awk", so it can be a program name with args.
|
|
||||||
set dummy awk; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_AWK+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_AWK="awk"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
AWK=$ac_cv_prog_AWK
|
|
||||||
if test -n "$AWK"; then
|
|
||||||
echo "$as_me:$LINENO: result: $AWK" >&5
|
|
||||||
echo "${ECHO_T}$AWK" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "ginstall", so it can be a program name with args.
|
|
||||||
set dummy ginstall; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_INSTALL+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$INSTALL"; then
|
|
||||||
ac_cv_prog_INSTALL="$INSTALL" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_INSTALL="ginstall"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
INSTALL=$ac_cv_prog_INSTALL
|
|
||||||
if test -n "$INSTALL"; then
|
|
||||||
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
|
||||||
echo "${ECHO_T}$INSTALL" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "install", so it can be a program name with args.
|
|
||||||
set dummy install; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_INSTALL+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$INSTALL"; then
|
|
||||||
ac_cv_prog_INSTALL="$INSTALL" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_INSTALL="install"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
INSTALL=$ac_cv_prog_INSTALL
|
|
||||||
if test -n "$INSTALL"; then
|
|
||||||
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
|
||||||
echo "${ECHO_T}$INSTALL" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
|
||||||
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
|
||||||
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
|
|
||||||
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
cat >conftest.make <<\_ACEOF
|
|
||||||
all:
|
|
||||||
@echo 'ac_maketemp="$(MAKE)"'
|
|
||||||
_ACEOF
|
|
||||||
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
|
||||||
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
|
||||||
if test -n "$ac_maketemp"; then
|
|
||||||
eval ac_cv_prog_make_${ac_make}_set=yes
|
|
||||||
else
|
|
||||||
eval ac_cv_prog_make_${ac_make}_set=no
|
|
||||||
fi
|
|
||||||
rm -f conftest.make
|
|
||||||
fi
|
|
||||||
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
|
||||||
echo "$as_me:$LINENO: result: yes" >&5
|
|
||||||
echo "${ECHO_T}yes" >&6
|
|
||||||
SET_MAKE=
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
SET_MAKE="MAKE=${MAKE-make}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test -n "$ac_tool_prefix"; then
|
|
||||||
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
|
||||||
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_RANLIB+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$RANLIB"; then
|
|
||||||
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
RANLIB=$ac_cv_prog_RANLIB
|
|
||||||
if test -n "$RANLIB"; then
|
|
||||||
echo "$as_me:$LINENO: result: $RANLIB" >&5
|
|
||||||
echo "${ECHO_T}$RANLIB" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
|
||||||
if test -z "$ac_cv_prog_RANLIB"; then
|
|
||||||
ac_ct_RANLIB=$RANLIB
|
|
||||||
# Extract the first word of "ranlib", so it can be a program name with args.
|
|
||||||
set dummy ranlib; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$ac_ct_RANLIB"; then
|
|
||||||
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
|
||||||
if test -n "$ac_ct_RANLIB"; then
|
|
||||||
echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
|
|
||||||
echo "${ECHO_T}$ac_ct_RANLIB" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
RANLIB=$ac_ct_RANLIB
|
|
||||||
else
|
|
||||||
RANLIB="$ac_cv_prog_RANLIB"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "tar", so it can be a program name with args.
|
|
||||||
set dummy tar; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_TAR+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$TAR"; then
|
|
||||||
ac_cv_prog_TAR="$TAR" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_TAR="tar"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
TAR=$ac_cv_prog_TAR
|
|
||||||
if test -n "$TAR"; then
|
|
||||||
echo "$as_me:$LINENO: result: $TAR" >&5
|
|
||||||
echo "${ECHO_T}$TAR" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "zip", so it can be a program name with args.
|
|
||||||
set dummy zip; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_prog_ZIP+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
if test -n "$ZIP"; then
|
|
||||||
ac_cv_prog_ZIP="$ZIP" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_ZIP="zip"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
ZIP=$ac_cv_prog_ZIP
|
|
||||||
if test -n "$ZIP"; then
|
|
||||||
echo "$as_me:$LINENO: result: $ZIP" >&5
|
|
||||||
echo "${ECHO_T}$ZIP" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract the first word of "chown", so it can be a program name with args.
|
|
||||||
set dummy chown; ac_word=$2
|
|
||||||
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
||||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
||||||
if test "${ac_cv_path_CHOWN+set}" = set; then
|
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
||||||
else
|
|
||||||
case $CHOWN in
|
|
||||||
[\\/]* | ?:[\\/]*)
|
|
||||||
ac_cv_path_CHOWN="$CHOWN" # Let the user override the test with a path.
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
as_dummy="/bin:/sbin:/usr/bin:/usr/sbin:"
|
|
||||||
for as_dir in $as_dummy
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_path_CHOWN="$as_dir/$ac_word$ac_exec_ext"
|
|
||||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
|
|
||||||
test -z "$ac_cv_path_CHOWN" && ac_cv_path_CHOWN="chown"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
CHOWN=$ac_cv_path_CHOWN
|
|
||||||
|
|
||||||
if test -n "$CHOWN"; then
|
|
||||||
echo "$as_me:$LINENO: result: $CHOWN" >&5
|
|
||||||
echo "${ECHO_T}$CHOWN" >&6
|
|
||||||
else
|
|
||||||
echo "$as_me:$LINENO: result: no" >&5
|
|
||||||
echo "${ECHO_T}no" >&6
|
|
||||||
fi
|
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes"
|
|
||||||
|
|
||||||
# Check whether --enable-memwatch or --disable-memwatch was given.
|
|
||||||
if test "${enable_memwatch+set}" = set; then
|
|
||||||
enableval="$enable_memwatch"
|
|
||||||
memwatch=$enableval
|
|
||||||
else
|
|
||||||
memwatch=no
|
|
||||||
fi;
|
|
||||||
|
|
||||||
if test "$memwatch" = "yes"; then
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define MEMWATCH 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define RESTAMP_OLD_POSTINGS 21
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
|
||||||
#define RESTAMP_FUTURE_POSTINGS 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking for re_comp in -lcompat" >&5
|
echo "$as_me:$LINENO: checking for re_comp in -lcompat" >&5
|
||||||
echo $ECHO_N "checking for re_comp in -lcompat... $ECHO_C" >&6
|
echo $ECHO_N "checking for re_comp in -lcompat... $ECHO_C" >&6
|
||||||
@ -9271,13 +9341,7 @@ s,@REVISION@,$REVISION,;t t
|
|||||||
s,@COPYRIGHT@,$COPYRIGHT,;t t
|
s,@COPYRIGHT@,$COPYRIGHT,;t t
|
||||||
s,@GROUP@,$GROUP,;t t
|
s,@GROUP@,$GROUP,;t t
|
||||||
s,@OWNER@,$OWNER,;t t
|
s,@OWNER@,$OWNER,;t t
|
||||||
s,@CC@,$CC,;t t
|
s,@MAKE@,$MAKE,;t t
|
||||||
s,@CFLAGS@,$CFLAGS,;t t
|
|
||||||
s,@LDFLAGS@,$LDFLAGS,;t t
|
|
||||||
s,@CPPFLAGS@,$CPPFLAGS,;t t
|
|
||||||
s,@ac_ct_CC@,$ac_ct_CC,;t t
|
|
||||||
s,@EXEEXT@,$EXEEXT,;t t
|
|
||||||
s,@OBJEXT@,$OBJEXT,;t t
|
|
||||||
s,@AWK@,$AWK,;t t
|
s,@AWK@,$AWK,;t t
|
||||||
s,@INSTALL@,$INSTALL,;t t
|
s,@INSTALL@,$INSTALL,;t t
|
||||||
s,@SET_MAKE@,$SET_MAKE,;t t
|
s,@SET_MAKE@,$SET_MAKE,;t t
|
||||||
@ -9286,6 +9350,13 @@ s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
|
|||||||
s,@TAR@,$TAR,;t t
|
s,@TAR@,$TAR,;t t
|
||||||
s,@ZIP@,$ZIP,;t t
|
s,@ZIP@,$ZIP,;t t
|
||||||
s,@CHOWN@,$CHOWN,;t t
|
s,@CHOWN@,$CHOWN,;t t
|
||||||
|
s,@CC@,$CC,;t t
|
||||||
|
s,@CFLAGS@,$CFLAGS,;t t
|
||||||
|
s,@LDFLAGS@,$LDFLAGS,;t t
|
||||||
|
s,@CPPFLAGS@,$CPPFLAGS,;t t
|
||||||
|
s,@ac_ct_CC@,$ac_ct_CC,;t t
|
||||||
|
s,@EXEEXT@,$EXEEXT,;t t
|
||||||
|
s,@OBJEXT@,$OBJEXT,;t t
|
||||||
s,@CPP@,$CPP,;t t
|
s,@CPP@,$CPP,;t t
|
||||||
s,@EGREP@,$EGREP,;t t
|
s,@EGREP@,$EGREP,;t t
|
||||||
s,@LIBOBJS@,$LIBOBJS,;t t
|
s,@LIBOBJS@,$LIBOBJS,;t t
|
||||||
@ -9855,7 +9926,7 @@ echo "$as_me:$LINENO: result:
|
|||||||
Installation directories :
|
Installation directories :
|
||||||
|
|
||||||
Main directory : ........... ${prefix}
|
Main directory : ........... ${prefix}
|
||||||
|
Owner and group : ........... ${OWNER}.${GROUP}
|
||||||
|
|
||||||
Now type 'make' and as root 'make install'
|
Now type 'make' and as root 'make install'
|
||||||
" >&5
|
" >&5
|
||||||
@ -9863,7 +9934,7 @@ echo "${ECHO_T}
|
|||||||
Installation directories :
|
Installation directories :
|
||||||
|
|
||||||
Main directory : ........... ${prefix}
|
Main directory : ........... ${prefix}
|
||||||
|
Owner and group : ........... ${OWNER}.${GROUP}
|
||||||
|
|
||||||
Now type 'make' and as root 'make install'
|
Now type 'make' and as root 'make install'
|
||||||
" >&6
|
" >&6
|
||||||
|
@ -35,7 +35,9 @@ TARGET="$target"
|
|||||||
|
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
dnl Try to find GNU make
|
||||||
|
AC_CHECK_PROG(MAKE, gmake, gmake)
|
||||||
|
AC_CHECK_PROG(MAKE, make, make)
|
||||||
dnl Alternate awk check, I skip mawk because it doesn't work for MBSE.
|
dnl Alternate awk check, I skip mawk because it doesn't work for MBSE.
|
||||||
AC_CHECK_PROG(AWK, gawk, gawk)
|
AC_CHECK_PROG(AWK, gawk, gawk)
|
||||||
AC_CHECK_PROG(AWK, nawk, nawk)
|
AC_CHECK_PROG(AWK, nawk, nawk)
|
||||||
@ -292,7 +294,7 @@ AC_MSG_RESULT([
|
|||||||
Installation directories :
|
Installation directories :
|
||||||
|
|
||||||
Main directory : ........... ${prefix}
|
Main directory : ........... ${prefix}
|
||||||
|
Owner and group : ........... ${OWNER}.${GROUP}
|
||||||
|
|
||||||
Now type 'make' and as root 'make install'
|
Now type 'make' and as root 'make install'
|
||||||
])
|
])
|
||||||
|
@ -16,6 +16,69 @@ OTHER = Makefile header.txt footer.txt \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
help:
|
||||||
|
@echo "Installation help for the example files"
|
||||||
|
@echo ""
|
||||||
|
@echo "make install Installs everything not yet installed"
|
||||||
|
@echo "make install-force Reinstalls all menus, textfiles and macros"
|
||||||
|
@echo ""
|
||||||
|
@echo "make english-menus Force (re)installation of English menus"
|
||||||
|
@echo "make english-txtfiles Force (re)installation of English textfiles"
|
||||||
|
@echo "make english-macros Force (re)installation of English macros"
|
||||||
|
@echo "make english Force (re)installation of all ENglish files"
|
||||||
|
@echo ""
|
||||||
|
@echo "You may replace the word english above with spanish galego german dutch italian"
|
||||||
|
|
||||||
|
english-menus:
|
||||||
|
@tar xfC menus-en.tar ${PREFIX}/english/menus
|
||||||
|
@echo "Installed default English menus"
|
||||||
|
|
||||||
|
english-txtfiles:
|
||||||
|
@tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles
|
||||||
|
@echo "Installed default English txtfiles"
|
||||||
|
|
||||||
|
english-macros:
|
||||||
|
@tar xfC templates-en.tar ${PREFIX}/english/macro
|
||||||
|
@echo "Installed default English macro files"
|
||||||
|
|
||||||
|
english: english-menus english-macros english-txtfiles
|
||||||
|
|
||||||
|
|
||||||
|
spanish-menus:
|
||||||
|
@tar xfC menus-es.tar ${PREFIX}/spanish/menus
|
||||||
|
@echo "Installed default Spanish menus"
|
||||||
|
|
||||||
|
spanish-txtfiles:
|
||||||
|
@tar xfC txtfiles-es.tar ${PREFIX}/spanish/txtfiles
|
||||||
|
@echo "Installed default Spanish txtfiles"
|
||||||
|
|
||||||
|
spanish-macros:
|
||||||
|
@tar xfC templates-es.tar ${PREFIX}/spanish/macro
|
||||||
|
@echo "Installed default Spanish macro files"
|
||||||
|
|
||||||
|
spanish: spanish-menus spanish-txtfiles spanish-macros
|
||||||
|
|
||||||
|
|
||||||
|
german-macros:
|
||||||
|
@tar xfC templates-de.tar ${PREFIX}/german/macro
|
||||||
|
@echo "Installed default German macro files"
|
||||||
|
|
||||||
|
german: german-macros
|
||||||
|
|
||||||
|
|
||||||
|
dutch-macros:
|
||||||
|
@tar xfC templates-nl.tar ${PREFIX}/dutch/macro
|
||||||
|
@echo "Installed default Dutch macro files"
|
||||||
|
|
||||||
|
dutch: dutch-macros
|
||||||
|
|
||||||
|
galego:
|
||||||
|
|
||||||
|
italian:
|
||||||
|
|
||||||
|
|
||||||
|
install-force: english spanish dutch german italian galego
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@if [ ! -f ${ETCDIR}/header.txt ]; then \
|
@if [ ! -f ${ETCDIR}/header.txt ]; then \
|
||||||
@ -26,40 +89,14 @@ install:
|
|||||||
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 footer.txt ${ETCDIR} ; \
|
${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 footer.txt ${ETCDIR} ; \
|
||||||
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 footer.txt ${ETCDIR}" ; \
|
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 footer.txt ${ETCDIR}" ; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -f ${PREFIX}/english/menus/main.mnu ]; then \
|
@if [ ! -f ${PREFIX}/english/menus/main.mnu ]; then ${MAKE} -s english-menus ; fi
|
||||||
tar xfC menus-en.tar ${PREFIX}/english/menus ; \
|
@if [ ! -f ${PREFIX}/english/txtfiles/main.ans ]; then ${MAKE} -s english-txtfiles ; fi
|
||||||
echo "tar xfC menus-en.tar ${PREFIX}/english/menus" ; \
|
@if [ ! -f ${PREFIX}/english/macro/html.tic ]; then ${MAKE} -s english-macros ; fi
|
||||||
echo "Installed default English menus" ; \
|
@if [ ! -f ${PREFIX}/spanish/menus/main.mnu ]; then ${MAKE} -s spanish-menus ; fi
|
||||||
fi
|
@if [ ! -f ${PREFIX}/spanish/txtfiles/main.ans ]; then ${MAKE} -s spanish-txtfiles ; fi
|
||||||
@if [ ! -f ${PREFIX}/english/txtfiles/main.ans ]; then \
|
@if [ ! -f ${PREFIX}/spanish/macro/html.tic ]; then ${MAKE} -s spanish-macros ; fi
|
||||||
tar xfC txtfiles-en.tar ${PREFIX}/english/txtfiles ; \
|
@if [ ! -f ${PREFIX}/german/macro/html.tic ]; then ${MAKE} -s german-macros ; fi
|
||||||
echo "Installed default English txtfiles" ; \
|
@if [ ! -f ${PREFIX}/dutch/macro/html.tic ]; then ${MAKE} -s dutch-macros ; fi
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/english/macro/html.tic ]; then \
|
|
||||||
tar xfC templates-en.tar ${PREFIX}/english/macro ; \
|
|
||||||
echo "Installed default English macro files" ; \
|
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/spanish/txtfiles/main.ans ]; then \
|
|
||||||
tar xfC txtfiles-es.tar ${PREFIX}/spanish/txtfiles ; \
|
|
||||||
echo "Installed default Spanish txtfiles" ; \
|
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/spanish/macro/html.tic ]; then \
|
|
||||||
tar xfC templates-es.tar ${PREFIX}/spanish/macro ; \
|
|
||||||
echo "Installed default Spanish macro files" ; \
|
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/spanish/menus/main.mnu ]; then \
|
|
||||||
tar xfC menus-es.tar ${PREFIX}/spanish/menus ; \
|
|
||||||
echo "tar xfC menus-es.tar ${PREFIX}/spanish/menus" ; \
|
|
||||||
echo "Installed default Spanish menus" ; \
|
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/german/macro/html.tic ]; then \
|
|
||||||
tar xfC templates-de.tar ${PREFIX}/german/macro ; \
|
|
||||||
echo "Installed default German macro files" ; \
|
|
||||||
fi
|
|
||||||
@if [ ! -f ${PREFIX}/dutch/macro/html.tic ]; then \
|
|
||||||
tar xfC templates-nl.tar ${PREFIX}/dutch/macro ; \
|
|
||||||
echo "Installed default Dutch macro files" ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.h~ *.c~ core filelist Makefile.bak
|
rm -f *.h~ *.c~ core filelist Makefile.bak
|
||||||
|
Reference in New Issue
Block a user