diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-02-13 20:16:08 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-02-13 20:16:08 +0000 |
commit | 100928a8e53dafb0fd698028ef464ac9e42bfc86 (patch) | |
tree | db2e2d4e179f156b6e48781e2f817a045d7faa96 /autostart/autogen.sh | |
parent | b88473fd1ef1f2f20b1e5dfe0023b20042adffb7 (diff) | |
download | xdg-specs-100928a8e53dafb0fd698028ef464ac9e42bfc86.tar.xz |
Autostart spec added
Diffstat (limited to 'autostart/autogen.sh')
-rwxr-xr-x | autostart/autogen.sh | 3 |
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 "$@" |