mirror of
https://github.com/ntop/n2n.git
synced 2024-11-27 03:43:52 +08:00
10 lines
162 B
Bash
Executable File
10 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f config.h config.h.in *~ Makefile configure #*
|
|
|
|
echo "Wait please..."
|
|
autoreconf -if
|
|
echo ""
|
|
echo "Now running ./configure"
|
|
./configure
|