mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-11 13:51:04 +08:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
|
dnl Process this file with autoconf to produce a configure script.
|
||
|
AC_INIT(acgeneral.m4)
|
||
|
AC_PROG_INSTALL
|
||
|
AC_OUTPUT(Makefile)
|