]> granicus.if.org Git - graphviz/commitdiff
add -C to inital ./configre in autogen.sh
authorellson <devnull@localhost>
Mon, 19 Jun 2006 18:57:42 +0000 (18:57 +0000)
committerellson <devnull@localhost>
Mon, 19 Jun 2006 18:57:42 +0000 (18:57 +0000)
add config.cache to DISTCLEAN

Makefile.am
autogen.sh

index b91b4f125ce6268085dd56086612c08aa6dbaf2d..5eb0c3ef86c271d2ee878d528599b56ad0c6fdde 100644 (file)
@@ -38,4 +38,4 @@ EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
 rpm: dist
        rpmbuild -ta graphviz-@VERSION@.tar.gz
 
-DISTCLEANFILES = builddate.h ast_common.h FEATURE/* graphviz-@VERSION@*
+DISTCLEANFILES = config.cache builddate.h ast_common.h FEATURE/* graphviz-@VERSION@*
index 98abd05cfc23ecfa182f21ecd63606b06f7cdad0..dd86f9e6cd4d08d145b95f19fa358c0677850f0d 100755 (executable)
@@ -16,4 +16,4 @@ patch -N -p0 <ltmain.sh.patch
 rm -f COPYING
 cp cpl1.0.txt COPYING
 
-./configure "$@"
+./configure -C "$@"