You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
152 B
Plaintext

AC_INIT([libnative], [0.0.0])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
AC_ENABLE_SHARED
AC_ENABLE_STATIC
LT_INIT
AC_PROG_LIBTOOL(libtool)
AC_OUTPUT