Initial introduction of autoconf support; just endian checking at present.
[onak.git] / configure.ac
1 AC_PREREQ(2.50)
2
3 AC_INIT
4 AC_CONFIG_HEADER(config.h)
5
6 AC_PROG_CC
7
8 AC_C_BIGENDIAN
9
10 AC_CONFIG_FILES(Makefile)
11
12 AC_OUTPUT