dnl We want these before the checks,
dnl so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS= auto_cflags=1
-dnl TEMPORARILY ENABLE DEBUG
-if test x"$enable_debug" = x""; then
+if test x"$enable_debug" = x"yes"; then
test -z "$LDFLAGS" && LDFLAGS=-g
fi
fi
if test -n "$auto_cflags"; then
- dnl TEMPORARILY ENABLE DEBUG
- if test x"$enable_debug" = x""; then
+ if test x"$enable_debug" = x"yes"; then
if test -n "$GCC"; then
test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -g" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -g"
else
AC_CONFIG_FILES([Makefile test/common.sh])
AC_CONFIG_FILES([uip/spost], [chmod +x uip/spost])
AC_OUTPUT
-
-dnl TEMPORARY
-cat /usr/include/iconv.h
setup_test
-# TEMPORARY
-echo getfqdn:
-${MH_OBJ_DIR}/test/getfqdn
-echo hostname:
-uname -n
host=`${MH_OBJ_DIR}/test/getfqdn`
run_test "${MH_LIB_DIR}/ap -format %(myhost) ignore" "$host" \
"local hostname test"