mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
11 lines
166 B
Plaintext
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)
|