summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 15:14:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 15:14:44 +0000
commit0b226d2cbc36b8accbaf6f084924213272c0270e (patch)
treeb0c5ed3f1bc6715dcf045c0c13a030e53fffd291
parent65ba5120a9662f9431f54d684db6a88df216e6b1 (diff)
downloadtexinfo-tarball-baserock/bootstrap-pass1.tar.gz
texinfo-tarball.morph: use autotoolsbaserock/bootstrap-pass1
-rw-r--r--texinfo-tarball.morph11
1 files changed, 1 insertions, 10 deletions
diff --git a/texinfo-tarball.morph b/texinfo-tarball.morph
index 4b48c75..0fede87 100644
--- a/texinfo-tarball.morph
+++ b/texinfo-tarball.morph
@@ -1,14 +1,5 @@
{
"name": "texinfo-tarball",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install",
- "make DESTDIR=\"$DESTDIR\" TEXMF=/usr/share/texmf install-tex"
- ]
+ "build-system": "autotools"
}