add configure

This commit is contained in:
Ryan Dahl
2010-10-25 18:17:19 -07:00
parent 583c07bf8b
commit 5cf4ceff59
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -20,4 +20,3 @@ autom4te.cache/
config.log
config.mak.autogen
config.status
configure

View File

@@ -354,7 +354,7 @@ clean:
distclean: docclean
-find tools -name "*.pyc" | xargs rm -f
-rm -rf build/ node node_g
-rm -rf configure config.mak.autogen config.log autom4te.cache config.status
-rm -rf configure.real config.mak.autogen config.log autom4te.cache config.status
VERSION=$(shell git describe)

5
configure vendored Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
autoconf --output configure.real
sh ./configure.real