dnl Process this file with autoconf to produce a configure script AC_PREREQ(2.69) AC_INIT([obstack], [1.0], [Jürgen Buchmüller ]) AM_INIT_AUTOMAKE([1.15]) AC_PROG_CC AC_PROG_RANLIB AC_CHECK_HEADERS(stddef.h stdio.h stdint.h inttypes.h) AC_CONFIG_FILES([Makefile musl-obstack.pc]) AC_OUTPUT