bug-gnu-utils
[Top][All Lists]
Advanced

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

install autoconf


From: Hong Wang
Subject: install autoconf
Date: Thu, 26 Apr 2001 14:40:24 -0400

I tried to install autoconf-2.1.2. We have m4, not gm4 or gnum4 on our system. It looks fine when I run make, but I got fatal error when running make check:

rootme=`pwd`; srcrootme=`cd .; pwd`; \
test -r install-sh || cp ./install-sh .; \
cd testsuite && make check AUTOCONF=$rootme/autoconf \
AUTOCONFFLAGS="-m $srcrootme"
ERROR: the autoconf tests require the DejaGNU runtest program
*** Error code 1
make: Fatal error: Command failed for target `dejacheck'
Current working directory /nsr/autoconf-2.12/testsuite
*** Error code 1
make: Fatal error: Command failed for target `check'

where can I get DejaGNU runtest program?

Also i got fatal error when running make install:

/bin/sh ./mkinstalldirs /nsr/autoconf/bin /nsr/autoconf/info /nsr/autoconf/share/autoconf
if test -f autoconf.info; then \
  for i in *.info*; do \
    ./install-sh -c -m 644 $i /nsr/autoconf/info/$i; \
  done; \
else \
  for i in ./*.info*; do \
    ./install-sh -c -m 644 $i /nsr/autoconf/info/`echo $i | sed 's|^./||'`; \
  done; \
fi
*** Error code 1
make: Fatal error: Command failed for target `install'

Thanks for your help!







reply via email to

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