File: configure.ac

package info (click to toggle)
asciidoc 10.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,060 kB
  • sloc: xml: 17,324; python: 8,192; javascript: 4,101; sh: 451; makefile: 110
file content (13 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT(asciidoc, 10.2.1)

AC_SUBST([PACKAGE_DATE], ['16 July 2024'])

AC_CONFIG_FILES(Makefile)

AC_PROG_SED

AC_PROG_LN_S

AC_PROG_INSTALL

AC_OUTPUT