File: configure.in

package info (click to toggle)
rafkill 1.2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,152 kB
  • ctags: 2,151
  • sloc: cpp: 11,240; sh: 684; makefile: 356; ansic: 237
file content (33 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
dnl Process this file with autoconf to produce a configure script.
SUBDIRS=src
AC_INIT(AUTHORS)

dnl Setup for automake
AM_INIT_AUTOMAKE(raptor, 1.2.0)

dnl Check for tools

AC_PROG_MAKE_SET
AC_PROG_CXX
# LF_CONFIGURE_CXX
AC_PROG_CC
AC_PROG_CPP
AC_AIX
AC_ISC_POSIX
AC_MINIX
AC_HEADER_STDC
# AC_PROG_INSTALL

# dnl Check for Allegro
dnl ALLEGRO_VERSION=3.9.33
dnl AM_PATH_ALLEGRO($ALLEGRO_VERSION,
dnl              :,
dnl             AC_MSG_ERROR([*** Allegro version $ALLEGRO_VERSION not found!])
dnl  )
CFLAGS="$CFLAGS"
LIBS="$LIBS"


# Finally create all the generated files
AC_OUTPUT(Makefile \
	src/Makefile )