summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-07-03 15:24:34 +0200
committerChristophe Fergeau <cfergeau@mandriva.com>2009-07-03 15:25:49 +0200
commitd011a4ae3f9d7db2240288e47a9b1446f100dc4c (patch)
tree82f872580bf026ab43b3bb2a97390a038cc60e9a /autogen.sh
parent5921f6fbf966274f9bb279b9a495656e167b2e16 (diff)
basic autotoolization
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..73e7cf9
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+autoreconf --install --symlink
+./configure $@