1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

Delete install-sh. We don't need it because we can use shtool (configure checks

for both).
This commit is contained in:
david
2008-08-19 18:23:47 +00:00
parent 1bba311884
commit ef650e0f67
4 changed files with 105 additions and 261 deletions

View File

@@ -43,6 +43,8 @@ AC_C_INLINE
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
if test -n "$GXX"; then
CXXFLAGS="$CXXFLAGS -Wall "
fi