blob: bc4bfd8b32556809956d2c85101097088a6983a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- 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)
|