autoconf
[Top][All Lists]
Advanced

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

problems when trying to make autoconf


From: Pardeep Puar
Subject: problems when trying to make autoconf
Date: Sat, 30 Aug 2008 17:49:04 -0700

$ make

fail=;                                                          \

for f in ./build-aux/config.guess ./build-aux/config.sub
./build-aux/elisp-comp ./build-aux/install-sh ./build-aux/mdate-sh
./build-aux/missing  ./build-aux/texinfo.tex ./doc/fdl.texi
./doc/make-stds.texi ./doc/standards.texi dummy; do
\

  test $f = dummy && continue;                                  \

  test -f $f || { echo "*** skipping $f" 1>&2; continue; };     \

  cvs diff $f > /dev/null                                       \

    || { echo "*** $f is locally modified; skipping it" 1>&2;   \

         fail=yes; continue; };                                 \

  file=$(expr "X$f" : 'X./\(.*\)');                     \

  echo checking out $file...;                                   \

   -d :pserver:address@hidden:/sources/gnulib co -p
gnulib/$file >$f.t          \

    && move-if-change $f.t $f;                          \

done;                                                           \

test "$fail" && exit 1

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/config.guess is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/config.sub is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/elisp-comp is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/install-sh is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/mdate-sh is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/missing is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./build-aux/texinfo.tex is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./doc/fdl.texi is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./doc/make-stds.texi is locally modified; skipping it

cvs diff: No CVSROOT specified!  Please use the `-d' option

cvs [diff aborted]: or set the CVSROOT environment variable.

*** ./doc/standards.texi is locally modified; skipping it

make: *** [cvs-update] Error 1

 

Can someone please tell me what I am doing wrong?

 

Thanks

Pardeep

 



reply via email to

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