mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +00:00
Move acinclude.m4 inclusion from aclocal.m4 to configure.ac.
aclocal.m4 is autogenerated, so running aclocal would remove the m4_include of acinclude.m4. The exceptions are at the top of the source tree and in nsock/src, where an acinclude.m4 lives; aclocal notices it there and automatically adds an inclusion to the end of aclocal.m4, so no inclusion is needed in configure.ac.
This commit is contained in:
2
ncat/aclocal.m4
vendored
2
ncat/aclocal.m4
vendored
@@ -22,5 +22,3 @@
|
||||
|
||||
# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
|
||||
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
|
||||
|
||||
m4_include([../acinclude.m4])
|
||||
|
||||
@@ -6,6 +6,8 @@ AC_INIT(ncat_main.c)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
m4_include([../acinclude.m4])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
use_openssl="yes"
|
||||
|
||||
Reference in New Issue
Block a user