~ubuntu-branches/ubuntu/jaunty/apache2/jaunty-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/build/apr_common.m4

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-12-15 00:06:50 UTC
  • mfrom: (14.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081215000650-5ovq2vvvrtmn5r1l
Tags: 2.2.11-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control, rules}: enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
  done
159
159
  ])
160
160
 
161
 
  # autoconf doesn't add --silent to ac_configure_args; explicitly pass it
 
161
  dnl autoconf doesn't add --silent to ac_configure_args; explicitly pass it
162
162
  test "x$silent" = "xyes" && apr_configure_args="$apr_configure_args --silent"
163
163
 
 
164
  dnl AC_CONFIG_SUBDIRS silences option warnings, emulate this for 2.62
 
165
  apr_configure_args="--disable-option-checking $apr_configure_args" 
 
166
 
164
167
  dnl The eval makes quoting arguments work - specifically the second argument
165
168
  dnl where the quoting mechanisms used is "" rather than [].
166
169
  dnl