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

AC_CONFIG_FILES(Makefile)

AC_PROG_SED

AC_PROG_LN_S

AC_PROG_INSTALL

AC_OUTPUT