summaryrefslogtreecommitdiffstats
path: root/menu/autogen.sh
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-21 18:59:15 +0000
committerHavoc Pennington <hp@pobox.com>2003-10-21 18:59:15 +0000
commit0763bb19496b63d66f98f0bb1e3d8ce667e8852e (patch)
tree19f8716a68aa069d427ee0479475ecd519c1ff74 /menu/autogen.sh
parent5958cf9336feeee9ecb5da8671a4663c1e5bffc5 (diff)
downloadxdg-specs-0763bb19496b63d66f98f0bb1e3d8ce667e8852e.tar.xz
create autotools setup
2003-10-21 Havoc Pennington <hp@redhat.com> * create autotools setup
Diffstat (limited to 'menu/autogen.sh')
-rwxr-xr-xmenu/autogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu/autogen.sh b/menu/autogen.sh
new file mode 100755
index 0000000..b1376df
--- /dev/null
+++ b/menu/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure --enable-maintainer-mode "$@"