Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/configure.ac @ 1829

Last change on this file since 1829 was 1814, checked in by bensch, 21 years ago

orxonox/brnaches/bensch: added autoproject configuration

File size: 965 bytes
RevLine 
[1814]1dnl Process this file with autoconf to produce a configure script.
2
3AC_INIT(orxonox_gui.c)
4dnl Every other copy of the package version number gets its value from here
5AM_INIT_AUTOMAKE(orxonox, 0.0.0)
6
7dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
8AM_CONFIG_HEADER(config.h)
9
10AC_SUBST(VERSION)
11
12ISODATE=`date +%Y-%m-%d`
13AC_SUBST(ISODATE)
14
15AC_CANONICAL_HOST
16
17dnl Checks for programs.
18AC_PROG_INSTALL
19AC_PROG_CC
20
21dnl Checks for libraries.
22
23dnl Checks for header files.
24AC_HEADER_STDC
25AC_CHECK_HEADERS(unistd.h sys/param.h sys/time.h time.h sys/mkdev.h sys/sysmacros.h string.h memory.h fcntl.h dirent.h sys/ndir.h ndir.h alloca.h locale.h )
26
27
28jm_CHECK_TYPE_STRUCT_UTIMBUF
29AC_HEADER_MAJOR
30AC_FUNC_ALLOCA
31AC_STRUCT_TM
32AC_STRUCT_ST_BLOCKS
33AC_FUNC_CLOSEDIR_VOID
34AC_CHECK_FUNCS(mkfifo)
35AC_CHECK_FUNC(mknod)
36
37dnl Checks for typedefs, structures, and compiler characteristics.
38
39dnl Checks for library functions.
40
41AC_OUTPUT(Makefile orxonox.lsm orxonox.spec)
Note: See TracBrowser for help on using the repository browser.