summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-05-01 14:34:36 +0100
committerEmanuele Aina <emanuele.aina@collabora.com>2013-05-02 10:28:51 +0100
commit2e7e57095e97f61a37517b573cb13a2f948dda0d (patch)
treee2bdbfdcbb53469f4e85a10f706136d678fa8934 /bootstrap-configure
parenta2c581bd17d44662ab0e635228a6567226d99650 (diff)
downloaddleyna-core-2e7e57095e97f61a37517b573cb13a2f948dda0d.tar.gz
[Build] Add autogen.sh script to call `autoreconf -i`
Even when using autoreconf an autogen.sh script is usually expected, as it save users from needing to know which flags to pass to autoreconf (ie. '-i'). It is also usually responsible of launching autoreconf from the right directory, calling utilities like intltoolize and gtkdocize, checking out git submodules and running ./configure unless $NOCONFIGURE is set. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index 7a59366..e6464d3 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -4,8 +4,7 @@ if [ -f config.status ]; then
make maintainer-clean
fi
-autoreconf -if && \
- ./configure --enable-maintainer-mode \
+./autogen.sh --enable-maintainer-mode \
--enable-silent-rules \
--disable-optimization \
--enable-debug \