-This tree will stay in disarray until I clean up some basic stuff (as
-others have put it, this is "some highly unsupported crackrock"). Please
-contact me directly if you intend to hack on it.
+This entire tree is "some highly unsupported crackrock". Please contact me
+directly if you intend to hack on it.
Thanks,
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = vte.pc
+
+CVSTAG=$(shell echo $(PACKAGE)-$(VERSION) | sed 's,[\.\-],_,g')
+
+tag:
+ : cvs tag -cFR $(CVSTAG) .
+
+archive:
+ root=`cat CVS/Root` ; \
+ repo=`cat CVS/Repository` ; \
+ dir=`pwd` ; \
+ tmpdir=`mktemp -d /tmp/$(PACKAGE)-cvsXXXXXX` ; \
+ cd $$tmpdir ; \
+ cvs -d $$root export -r $(CVSTAG) $$repo ; \
+ cd $$repo ; \
+ ./autogen.sh ; \
+ make distcheck ; \
+ cp $(PACKAGE)-$(VERSION).tar.gz $$dir ; \
+ rm -fr $$tmpdir
+
+srpm: $(PACKAGE)-$(VERSION).tar.gz
+ rpm -ts $(PACKAGE)-$(VERSION).tar.gz
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(vte,0.1)
+AM_INIT_AUTOMAKE(vte,`grep ^Version: vte.spec | awk '{print $NF}'`)
AM_PROG_LIBTOOL
AC_EGREP_CPP(glibc,
[