summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-22 16:58:55 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-24 10:24:05 -0400
commit2992fc3d0aee195d8fda600ca0468c6ee91d4f4e (patch)
treecd23ab8e103a26efd4c94132ccbe49f5f86ed735 /autogen.sh
parent13e610927e0b2b13ecb1cdb63e4e6441b226dffa (diff)
downloaddconf-2992fc3d0aee195d8fda600ca0468c6ee91d4f4e.tar.gz
Get rid of libtool
You need to type 'make clean' before trying to rebuild dconf after this update (in fact, 'git clean' may be appropriate to clean out all the extra files that libtool leaves around). It's quite likely that this completely breaks dconf builds on non-ELF platforms (and maybe some ELF ones). Please report any problems to bugzilla. I'm very happy to accept patches to fix portability (via ./configure-time checks).
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 08d6b97..c0f3bc8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,9 +14,8 @@ else
automake=automake
fi
-mkdir -p m4
+mkdir -p m4 aux
gtkdocize --docdir docs --flavour no-tmpl
-libtoolize --automake
aclocal ${ACLOCAL_FLAGS}
${automake} --add-missing --foreign
autoconf