mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
11 lines
161 B
Plaintext
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)
|