summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-04 10:52:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-04 10:52:25 +0000
commit536687eec2f8204155ba9e5b297afeb5f30c8a73 (patch)
tree5d0e01d4b29a0bdd8c34b803aa0541923e92fc44 /autogen.sh
parentde35b7035b303c1aeae37a10b500ea567c0d5b9b (diff)
Simplify extensions/Makefile.am with new tools
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 084d02981..ee33c619f 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,14 +1,6 @@
#!/bin/sh
set -e
-if test -z "$MAKE"
-then
- MAKE=make
-fi
-
-( cd extensions && \
- TOP_SRCDIR=.. sh ../tools/update-spec-gen-am.sh _gen/spec-gen.am _gen )
-
autoreconf -i
run_configure=true