summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:07:01 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:07:01 +0100
commit69eed61f4cd6d7d16e1cea4e8af90314bc61aa38 (patch)
treefac38fbb69dc6d96b636d9647ae7c0b80cb92bce
parentef817fdd749a712ce12b2842a532633fcc06d38f (diff)
downloadlibtasn1-69eed61f4cd6d7d16e1cea4e8af90314bc61aa38.tar.gz
Add morphology
We need to run autoreconf without the -f argument in this case, or some of the gnulib headers get deleted ...
-rw-r--r--libtasn1.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/libtasn1.morph b/libtasn1.morph
new file mode 100644
index 0000000..039d811
--- /dev/null
+++ b/libtasn1.morph
@@ -0,0 +1,9 @@
+{
+ "name": "libtasn1",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -iv",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}