summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 1e45d10773cd181e157cfe381899440a8170d565 (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT(asciidoc, 8.6.9)

AC_CONFIG_FILES(Makefile)

AC_PROG_SED

AC_PROG_LN_S

AC_PROG_INSTALL

AC_OUTPUT