Skip to content

Commit

Permalink
add configure
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 26, 2010
1 parent 583c07b commit 5cf4cef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ autom4te.cache/
config.log
config.mak.autogen
config.status
configure
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

autoconf --output configure.real
sh ./configure.real

0 comments on commit 5cf4cef

Please sign in to comment.