~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/configure.ac

  • Committer: Juergen Kahrs
  • Date: 2013-12-23 17:26:45 UTC
  • mfrom: (408.2.218)
  • Revision ID: git-v1:ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        AC_MSG_RESULT([no])
67
67
fi
68
68
 
69
 
AC_CHECK_HEADERS(dirent.h fnmatch.h time.h sys/time.h sys/select.h sys/param.h)
 
69
AC_HEADER_MAJOR
 
70
AC_CHECK_HEADERS(dirent.h fnmatch.h limits.h time.h sys/time.h sys/select.h sys/param.h)
70
71
 
71
72
AC_CHECK_FUNCS(fdopendir fnmatch gettimeofday \
72
73
                getdtablesize nanosleep select GetSystemTimeAsFileTime)
80
81
AC_CONFIG_HEADERS([config.h:configh.in])
81
82
 
82
83
AC_CONFIG_FILES(Makefile)
83
 
AC_OUTPUT_COMMANDS([
84
 
case `uname` in
85
 
MirBSD | MirOS | "OS/390")
86
 
        cat << \EOF > Makefile
87
 
all dist check clean distclean install uninstall distcheck:
88
 
        @exit 0
89
 
EOF
90
 
        ;;
91
 
*)
92
 
esac
93
 
])dnl
94
84
AC_OUTPUT