]> Pileus Git - grits/blobdiff - Makefile.am
autotools broke itself..
[grits] / Makefile.am
index f1c76f8c2107c084a6fbb6376cabd00698b0cda2..ab2db73f0074b8825e66a3949be903e6a97e8ffd 100644 (file)
@@ -3,10 +3,14 @@ SUBDIRS = src data docs
 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \
                        configure depcomp install-sh Makefile.in missing
 
+ACLOCAL_AMFLAGS=-I m4
+
 test: all
        (cd src && make test)
 
 release: all dist
+       @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): "
+       @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0
        svn cp \
                https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \
                https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION)