~phablet-team/ofono/ofono-bug-updates

1 by Marcel Holtmann
Initial revision
1
#!/bin/sh
2
3
if [ -f config.status ]; then
4
	make maintainer-clean
5
fi
6
668 by Marcel Holtmann
Convert to fully non-recursive build system
7
./bootstrap && \
8
    ./configure --enable-maintainer-mode \
3 by Marcel Holtmann
Add configure options for debug and PIE support
9
		--enable-debug \
1 by Marcel Holtmann
Initial revision
10
		--prefix=/usr \
11
		--mandir=/usr/share/man \
751 by Marcel Holtmann
Fix some minor issues with storage directory
12
		--sysconfdir=/etc \
668 by Marcel Holtmann
Convert to fully non-recursive build system
13
		--localstatedir=/var \
6801 by Marcel Holtmann
build: Reorder default developer build options
14
		--enable-test \
15
		--enable-tools \
6297 by Marcel Holtmann
build: Remove dependency on libcap-ng
16
		--enable-dundee \
668 by Marcel Holtmann
Convert to fully non-recursive build system
17
		--disable-datafiles $*