mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Add buildconf option to force (rather than suppress) regeneration of
the ap_expr parser. Add a Travis job which uses this, so a patch which changes the parser sources is tested appropriately (e.g PR#72). * buildconf: Add --with-regen-expr to force ap_expr regeneration. * .travis.yml, test/travis_run_linux.sh: Pass BUILDCONF to buildconf and add job which uses the new option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
### Installed apr/apr-util don't include the *.m4 files but the
|
||||
### Debian packages helpfully install them, so use the system APR to buildconf
|
||||
./buildconf --with-apr=/usr/bin/apr-1-config
|
||||
./buildconf --with-apr=/usr/bin/apr-1-config ${BUILDCONFIG}
|
||||
# For trunk, "make check" is sufficient to run the test suite.
|
||||
# For 2.4.x, the test suite must be run manually
|
||||
if test ! -v SKIP_TESTING; then
|
||||
|
Reference in New Issue
Block a user