mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-14 02:49:44 +08:00
12 lines
107 B
Plaintext
12 lines
107 B
Plaintext
AC_INIT(asciidoc, 8.6.8)
|
|
|
|
AC_CONFIG_FILES(Makefile)
|
|
|
|
AC_PROG_SED
|
|
|
|
AC_PROG_LN_S
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
AC_OUTPUT
|