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