mirror of
https://github.com/ntop/n2n.git
synced 2024-11-23 18:04:12 +08:00
Autogen for generatic configure
This commit is contained in:
parent
a80fa1dd27
commit
42a2f7ada7
9
autogen.sh
Executable file
9
autogen.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm -f config.h config.h.in *~ Makefile configure #*
|
||||
|
||||
echo "Wait please..."
|
||||
autoreconf -if
|
||||
echo ""
|
||||
echo "Now running ./configure"
|
||||
./configure
|
Loading…
Reference in New Issue
Block a user