aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xvid/files/configure.in
blob: e9f3bbb84ccb90e63cc5d130e3bc30c8bb559b55 (plain) (blame)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure header
AC_INIT(config.h.in)

dnl Check for and header files
AC_CHECK_HEADERS(stdint.h inttypes.h)

AC_CONFIG_HEADER([config.h])

AC_OUTPUT(config.h)