1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Add install and uninstall targets.

This commit is contained in:
david
2011-12-20 02:44:12 +00:00
parent 8b8de75ce6
commit 083065ea3a
3 changed files with 247 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PATH_TOOL([STRIP], [strip], [/bin/true])
AC_CHECK_PROGS([APR_CONFIG], [apr-1-config])
# Checks for libraries.