summaryrefslogtreecommitdiffstats
path: root/autostart/autogen.sh
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2006-02-13 20:16:08 +0000
committerWaldo Bastian <waldo.bastian@intel.com>2006-02-13 20:16:08 +0000
commit100928a8e53dafb0fd698028ef464ac9e42bfc86 (patch)
treedb2e2d4e179f156b6e48781e2f817a045d7faa96 /autostart/autogen.sh
parentb88473fd1ef1f2f20b1e5dfe0023b20042adffb7 (diff)
downloadxdg-specs-100928a8e53dafb0fd698028ef464ac9e42bfc86.tar.xz
Autostart spec added
Diffstat (limited to 'autostart/autogen.sh')
-rwxr-xr-xautostart/autogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autostart/autogen.sh b/autostart/autogen.sh
new file mode 100755
index 0000000..b1376df
--- /dev/null
+++ b/autostart/autogen.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+autoreconf -v --install || exit 1
+./configure --enable-maintainer-mode "$@"