dnl We want these before the checks,
dnl so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS= auto_cflags=1
-if test x"$enable_debug" = x"yes"; then
+dnl TEMPORARILY ENABLE DEBUG
+if test x"$enable_debug" = x""; then
test -z "$LDFLAGS" && LDFLAGS=-g
fi
fi
if test -n "$auto_cflags"; then
- if test x"$enable_debug" = x"yes"; then
+ dnl TEMPORARILY ENABLE DEBUG
+ if test x"$enable_debug" = x""; then
if test -n "$GCC"; then
test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -g" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -g"
else
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"