2015-09-04 12:18:45 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script
|
|
|
|
|
|
|
|
AC_PREREQ(2.69)
|
|
|
|
|
2020-09-08 10:24:38 +00:00
|
|
|
AC_INIT([obstack], [1.2], [pullmoll@t-online.de])
|
2015-09-04 12:18:45 +00:00
|
|
|
|
2020-09-08 10:24:38 +00:00
|
|
|
AM_INIT_AUTOMAKE([1.16])
|
2015-09-10 06:56:26 +00:00
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
2020-09-08 10:37:44 +00:00
|
|
|
AC_CONFIG_HEADERS([config.h])
|
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)
|
|
|
|
|
2017-01-14 00:22:08 +00:00
|
|
|
PKG_INSTALLDIR
|
|
|
|
|
2015-09-04 12:18:45 +00:00
|
|
|
AC_CONFIG_FILES([Makefile musl-obstack.pc])
|
|
|
|
AC_OUTPUT
|