summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-22 15:04:01 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-22 15:04:01 +0000
commitd31f41fcc045a180d153e4a024fddc0a8cf7eb2e (patch)
treeb3bcd57f2874720ed56d49be90e56fdb2c8cfd7b /configure.ac
parentd9c9545a8a4d2e00e42da6036281ea73638ac1a9 (diff)
downloadpcre2-d31f41fcc045a180d153e4a024fddc0a8cf7eb2e.tar.gz
Remove previous patch, as it did not take account of read-only source
directories. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@947 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 3ddda33..b441910 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,12 +32,6 @@ AC_CONFIG_HEADERS(src/config.h)
# This was added at the suggestion of libtoolize (03-Jan-10)
AC_CONFIG_MACRO_DIR([m4])
-# Clear out any previously created config.h and pcre2.h in the source
-# directory so that if we are compiling in a separate build directory there
-# is no confusion.
-
-rm -f $srcdir/src/config.h $srcdir/src/pcre2.h
-
# The default CFLAGS in Autoconf are "-g -O2" for gcc and just "-g" for any
# other compiler. There doesn't seem to be a standard way of getting rid of the
# -g (which I don't think is needed for a production library). This fudge seems