libtool/demo/configure.in
1997-04-01 19:19:30 +00:00

11 lines
166 B
Plaintext

dnl Initialize the hell package.
AC_INIT(hello.c)
AM_INIT_AUTOMAKE(hell,1.0)
AC_PROG_CC
AM_C_PROTOTYPES
AM_PROG_LIBTOOL
dnl Output the makefile
AC_OUTPUT(Makefile)