automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf 2.59 doesn't work with automake-1.9


From: Stephen torri
Subject: Autoconf 2.59 doesn't work with automake-1.9
Date: Wed, 01 Sep 2004 17:10:22 -0400

Autoconf 2.59 doesn't work with automake 1.9 for some reason. I made
conftest.ac with only AC_INIT in it and ran autoconf manually it
completed fine with no errors. I did:

autoconf -o /dev/null conftest.ac 

----------------------------------
Results of doing ./configure:

checking whether autoconf works... no
configure: error: The installed version of autoconf does not work.
    Please check config.log for error messages before this one.

----------------------------------
config.log results

configure:1858: checking whether autoconf works
configure:1865: cd conftest && eval autoconf -o /dev/null conftest.ac
Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
       [-l dir] [--localdir=dir] [--version] [template-file]
configure:1868: $? = 1
configure:1877: result: no
configure:1881: error: The installed version of autoconf does not work.
    Please check config.log for error messages before this one.

----------------------------------
configure code:

echo "$as_me:$LINENO: checking whether autoconf works" >&5
echo $ECHO_N "checking whether autoconf works... $ECHO_C" >&6
if test "${am_cv_autoconf_works+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
  mkdir conftest
echo 'AC''_INIT' > conftest/conftest.ac
if { echo "$as_me:$LINENO: cd conftest && eval $am_AUTOCONF -o /dev/null
conftest.ac" >&5
   (cd conftest && eval $am_AUTOCONF -o /dev/null conftest.ac) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); };
then
  am_cv_autoconf_works=yes
else
  am_cv_autoconf_works=no
fi
rm -rf conftest
fi
echo "$as_me:$LINENO: result: $am_cv_autoconf_works" >&5
echo "${ECHO_T}$am_cv_autoconf_works" >&6
if test "$am_cv_autoconf_works" = no; then
  { { echo "$as_me:$LINENO: error: The installed version of autoconf
does not work.
    Please check config.log for error messages before this one." >&5
echo "$as_me: error: The installed version of autoconf does not work.
    Please check config.log for error messages before this one." >&2;}
   { (exit 1); exit 1; }; }
fi

Stephen
-- 
Email: address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]