# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(lio_listio.c) AC_CONFIG_AUX_DIR(../e2fsprogs-libs/config) AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_PROG_CC AC_PROG_RANLIB AC_OUTPUT(Makefile)