summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapp/app-configure.in.in
blob: 4d050a09a6f84e8cc87ae292f34feeadec096f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo "Creating $LOCATION_ROOT/configure.in.in...";
cat << EOF > $LOCATION_ROOT/configure.in.in
#MIN_CONFIG

AM_INIT_AUTOMAKE(${APP_NAME_LC}, ${APP_VERSION})

dnl These are common macros that you might or might not want to use

dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h stdlib.h paths.h)
AC_CHECK_FUNCS(usleep)