summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 7e103ca93a1a7b46ee070b3e4af7085abfaf1abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
    autotests/Makefile
])
AC_OUTPUT