2015-09-04 12:18:45 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script
|
|
|
|
|
|
|
|
AC_PREREQ(2.69)
|
|
|
|
|
2015-09-10 06:56:26 +00:00
|
|
|
AC_INIT([obstack], [1.0], [pullmoll@t-online.de])
|
2015-09-04 12:18:45 +00:00
|
|
|
|
|
|
|
AM_INIT_AUTOMAKE([1.15])
|
2015-09-10 06:56:26 +00:00
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
2015-09-04 12:18:45 +00:00
|
|
|
|
|
|
|
AC_PROG_CC
|
2015-09-10 06:56:26 +00:00
|
|
|
AC_PROG_LIBTOOL
|
2015-09-04 12:18:45 +00:00
|
|
|
|
|
|
|
AC_CHECK_HEADERS(stddef.h stdio.h stdint.h inttypes.h)
|
|
|
|
|
|
|
|
AC_CONFIG_FILES([Makefile musl-obstack.pc])
|
|
|
|
AC_OUTPUT
|