problems when trying to make autoconf

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

 



$ 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:anonymous@xxxxxxxxxxxxxxxxxxxx:/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

 

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux