1AC_INIT(aclocal.m4)
2AM_INIT_AUTOMAKE(netherearth, 0.51)
3
4AC_PROG_CC
5AC_PROG_CXX
6AC_PROG_RANLIB
7AC_OUTPUT(Makefile)
8