musl-obstack/configure.ac

19 lines
341 B
Text
Raw Normal View History

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