10 lines
186 B
Text
10 lines
186 B
Text
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
AC_INIT([etc], [0])
|
||
|
|
||
|
AM_MAINTAINER_MODE
|
||
|
AM_INIT_AUTOMAKE
|
||
|
AM_SILENT_RULES([yes])
|
||
|
|
||
|
AC_CONFIG_FILES([Makefile])
|
||
|
AC_OUTPUT
|