~ubuntu-branches/ubuntu/edgy/apr-util/edgy

« back to all changes in this revision

Viewing changes to config.nice

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2006-05-01 17:05:28 UTC
  • Revision ID: james.westby@ubuntu.com-20060501170528-tf2txx0p9rku6fhw
Tags: 1.2.7-2
* Fix override disparity.
* Compile without gdbm.
* Get rid of all the evil libtool hacks and adjust build-depends
  accordingly.
* Remove --includedir parameter and adjust config.layout instead.  This
  works around damage in newer autoconfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
CFLAGS=" -pipe -Wall -g -fPIC -O2"; export CFLAGS
6
6
"./configure" \
7
 
"--host=powerpc-linux-gnu" \
8
 
"--build=powerpc-linux-gnu" \
 
7
"--host=i486-linux-gnu" \
 
8
"--build=i486-linux-gnu" \
9
9
"--enable-layout=Debian" \
10
 
"--includedir=NONE/usr/include/apr-1.0" \
11
10
"--with-apr=/usr/bin/apr-1-config" \
12
11
"--with-ldap=yes" \
13
12
"--with-dbm=db43" \
14
13
"--with-sqlite3" \
15
14
"--with-pgsql=/usr" \
16
 
"--with-gdbm" \
 
15
"--without-gdbm" \
17
16
"--without-sqlite2" \
18
17
"--with-berkeley-db" \
19
18
"$@"