1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Prevent pcre.h from being regenerated everytime configure is invoked and

subsequently removed upon a distclean. Regenerated configure script with the
same autoconf version used previously(autoconf-2.63) to keep changes to a
minimum.
This commit is contained in:
shinnok
2011-08-10 16:38:37 +00:00
parent 8cf0364f4c
commit 48ed788ab7
4 changed files with 77 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ m4_define(pcre_date, [2008-01-28])
AC_PREREQ(2.57)
AC_INIT(PCRE, pcre_major.pcre_minor[]pcre_prerelease, , pcre)
AC_CONFIG_SRCDIR([pcre.h.in])
AC_CONFIG_SRCDIR()
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
AC_CONFIG_HEADERS(config.h)
@@ -485,7 +485,6 @@ fi
AC_CONFIG_FILES(
Makefile
pcre-config
pcre.h
)
# Make the generated script files executable.