add configure
This commit is contained in:
Родитель
583c07bf8b
Коммит
5cf4ceff59
|
@ -20,4 +20,3 @@ autom4te.cache/
|
|||
config.log
|
||||
config.mak.autogen
|
||||
config.status
|
||||
configure
|
||||
|
|
2
Makefile
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)
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
autoconf --output configure.real
|
||||
sh ./configure.real
|
||||
|
Загрузка…
Ссылка в новой задаче