mirror of
https://github.com/ntop/n2n.git
synced 2024-11-05 06:17:58 +05:30
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f include/config.h include/config.h.in include/config.h.in~ config.mak configure
|
|
|
|
echo "Wait please..."
|
|
autoreconf -if
|