$ 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:[EMAIL PROTECTED]:/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
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf