mirror of https://github.com/ntop/n2n.git
Luca Deri
6 years ago
1 changed files with 9 additions and 0 deletions
@ -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