Two separate precise
servers with the same source code on them are subjected. When I run autoreconf on one of them, I get no error, while on the other, I get the following errors:
Use of uninitialized value $msg in concatenation (.) or string at /usr/bin/autom4te line 1041.
Use of uninitialized value $stacktrace in pattern match (m//) at /usr/bin/autom4te line 1041.
unknown channel wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
AC_CACHE_CHECK(whether a statically linked program can dlopen itself,
lt_cv_dlopen_self_static, dnl
_LT_TRY_DLOPEN_SELF(
lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
)
fi
CPPFLAGS="$save_CPPFLAGS"
LDFLAGS="$save_LDFLAGS"
LIBS="$save_LIBS"
;;
esac
case $lt_cv_dlopen_self in
yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
*) enable_dlopen_self=unknown ;;
esac
case $lt_cv_dlopen_self_static in
yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
*) enable_dlopen_self_static=unknown ;;
esac
fi
_LT_DECL(dlopen_support, enable_dlopen, 0,
Whether dlopen is supported)
_LT_DECL(dlopen_self, enable_dlopen_self, 0,
Whether dlopen of programs is supported)
_LT_DECL(dlopen_self_static, enable_dlopen_self_static, 0,
Whether dlopen of statically linked programs is supported)
])
at /usr/share/autoconf/Autom4te/Channels.pm line 639
Autom4te::Channels::msg(' wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_...', undef, 'warning: ', 'partial', 0) called at /usr/bin/autom4te line 1041
aclocal: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
I compared /usr/bin/autom4te file and found no difference. aclocal version on both systems is 1.11.3. autoreconf version on both systems are 2.68. I've no clue.