mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(acgeneral.m4)
|
|
AC_PROGRAMS_CHECK(M4, gnum4 gm4, m4)
|
|
AC_PROG_INSTALL
|
|
AC_OUTPUT(Makefile)
|