File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ AC_PREREQ([2.60])
26
26
AC_INIT ( [ PCRE2] ,pcre2_major.pcre2_minor [ ] pcre2_prerelease ,[ ] ,[ pcre2] )
27
27
AC_CONFIG_SRCDIR ( [ src/pcre2.h.in] )
28
28
AM_INIT_AUTOMAKE ( [ dist-bzip2 dist-zip foreign] )
29
+ ifelse ( pcre2_prerelease , [ -DEV] ,
30
+ [ dnl For development builds, ./configure is not checked in to Git, so we are
31
+ dnl happy to have it regenerated as needed.
32
+ AM_MAINTAINER_MODE ([ enable] )] ,
33
+ [ dnl For a release build (or RC), the ./configure script we ship in the
34
+ dnl tarball (and check in to the Git tag) should not be regenerated
35
+ dnl implicitly. This is important if users want to check out a release tag
36
+ dnl using Git.
37
+ AM_MAINTAINER_MODE ] )
29
38
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
30
39
AC_CONFIG_HEADERS ( src/config.h )
31
40
You can’t perform that action at this time.
0 commit comments