Browse Source

add configure

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5cf4ceff59
  1. 1
      .gitignore
  2. 2
      Makefile
  3. 5
      configure

1
.gitignore

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

2
Makefile

@ -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

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