1
0
mirror of https://github.com/artizirk/dvhtool.git synced 2024-09-08 02:24:57 +03:00
dvhtool/configure.in
2020-12-29 00:34:21 +02:00

10 lines
208 B
Plaintext

AC_INIT(dvhtool.c)
AM_INIT_AUTOMAKE(dvhtool, 1.0)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
VH___ATTRIBUTE__
AC_HAVE_HEADERS(unistd.h inttypes.h)
AC_REPLACE_FUNCS(pread)
AC_REPLACE_GNU_GETOPT
AC_OUTPUT(Makefile)