summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Krammer <kevin.krammer@gmx.at>2006-03-21 20:27:09 +0000
committerKevin Krammer <kevin.krammer@gmx.at>2006-03-21 20:27:09 +0000
commit76e2c9cf157606f73b297f9a3dbd53125fc82510 (patch)
tree6d443c49d78ac0878c1af6d726ed1d408e65fe5d /configure.ac
Importing initial collection of unified desktop access scripts
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..d7333d4
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,12 @@
+AC_PREREQ(2.50)
+AC_INIT(xdg-utils, 1, portland@lists.freedesktop.org)
+
+AC_PROG_MAKE_SET
+AC_PROG_INSTALL
+
+
+AC_CONFIG_FILES([
+ Makefile
+ scripts/Makefile
+])
+AC_OUTPUT