libtool/demo/configure.in
1998-01-25 19:35:11 +00:00

10 lines
150 B
Plaintext

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