summaryrefslogtreecommitdiff
path: root/chromium/third_party/xdg-utils/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/xdg-utils/configure.ac')
-rw-r--r--chromium/third_party/xdg-utils/configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/third_party/xdg-utils/configure.ac b/chromium/third_party/xdg-utils/configure.ac
deleted file mode 100644
index 29cadb01b4c..00000000000
--- a/chromium/third_party/xdg-utils/configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-AC_PREREQ(2.50)
-AC_INIT(xdg-utils, 1, portland@lists.freedesktop.org)
-
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
-AC_PATH_PROG(XMLTO, xmlto, /usr/bin/xmlto)
-
-AC_CONFIG_FILES([
- Makefile
- scripts/Makefile
- tests/Makefile
-])
-AC_OUTPUT