Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.126 auctex/Makefile.in:1.127
--- auctex/Makefile.in:1.126 Wed Dec 28 15:02:19 2005
+++ auctex/Makefile.in Wed Jan 11 16:41:39 2006
@@ -286,8 +286,8 @@
test ! -d auctex-$(TAG) || rm -r auctex-$(TAG)
mkdir auctex-$(TAG)
# Use TAG_EXPORT if set (for snapshots)
- : $${TAG_EXPORT:=$(TAG)}; cvs export -d auctex-$(TAG) \
- `echo $(TAG_EXPORT) | \
+ cvs export -d auctex-$(TAG) \
+ `echo $${TAG_EXPORT:=$(TAG)} | \
sed -e '/^\([-0-9]*[0-9]\)[-a-z]*$$/s//-D \1/' \
-e '/[.]/{s/^/-r release_/;s/[.]/_/g}'` auctex
cd auctex-$(TAG) && ./autogen.sh && rm $(CVSFILES)
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs