libtool/mdemo/configure.in
1998-12-18 22:23:51 +00:00

11 lines
161 B
Plaintext

dnl Initialize the mdemo package.
AC_INIT(main.c)
AM_INIT_AUTOMAKE(mdemo,0.1)
AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
dnl Output the makefile
AC_OUTPUT(Makefile)