musl-obstack/configure.ac
Jürgen Buchmüller 91923c7320 Update version to 1.2
Use obstack.{c,h} from gcc-10.2.0 include/obstack.h and libiberty/obstack.c
2020-09-08 12:25:38 +02:00

18 lines
341 B
Text

dnl Process this file with autoconf to produce a configure script
AC_PREREQ(2.69)
AC_INIT([obstack], [1.2], [pullmoll@t-online.de])
AM_INIT_AUTOMAKE([1.16])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_LIBTOOL
AC_CHECK_HEADERS(stddef.h stdio.h stdint.h inttypes.h)
PKG_INSTALLDIR
AC_CONFIG_FILES([Makefile musl-obstack.pc])
AC_OUTPUT