1999-05-03 15:29:06 +08:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2021-09-10 04:43:28 +08:00
|
|
|
AC_INIT([etc], [0])
|
1999-05-03 15:29:06 +08:00
|
|
|
|
2021-09-10 04:43:28 +08:00
|
|
|
AM_MAINTAINER_MODE
|
|
|
|
AM_INIT_AUTOMAKE
|
|
|
|
AM_SILENT_RULES([yes])
|
1999-05-03 15:29:06 +08:00
|
|
|
|
2021-09-10 04:43:28 +08:00
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
|
|
AC_OUTPUT
|