mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(acgeneral.m4)
|
|
AC_PROGRAMS_PATH(M4, gnum4 gm4 m4, m4)
|
|
AC_PROG_INSTALL
|
|
AC_OUTPUT(Makefile)
|