aboutsummaryrefslogtreecommitdiffstats
path: root/libical/configure.in
blob: 022a3d146179cfe029b93f66a1f87d57fd2e8b4f (plain) (blame)
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
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.2)
AC_INIT(src/libical/ical.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libical,0.15a)

dnl Checks for programs.
AC_PROG_CC
AC_STDC_HEADERS
AC_PROG_YACC
AM_PROG_LEX
AM_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_CPP
AC_PATH_PROG(RM, rm, /bin/rm)
AC_PATH_PROG(MV, mv, /bin/mv)
AC_PATH_PROG(TAR, tar, /bin/tar)

AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)

AC_OUTPUT([
Makefile
src/Makefile
src/libical/Makefile
src/libicalss/Makefile])
'>AgeFilesLines * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Update to Qt 4.3.4lofi2008-03-144-33/+8 * Update to Qt 4.3.1.lofi2007-09-023-18/+12 * - bsd.qt.mk:lofi2007-08-032-6/+6 * Fix various format string vulnerabilities in Qt3 and Qt4.lofi2007-07-312-1/+28 * The bug that makes gcc 3.4 choke on some amd64 inline assembler does notlofi2007-07-271-7/+1 * (Attempt to) fix build on amd64lofi2007-07-231-0/+4 * Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-163-36/+29 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Fix/remove bogus paths pointing to the build directory from pkgconfig files,lofi2007-05-011-1/+8 * Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-202-7/+8 * Update to 4.2.3lofi2007-03-253-10/+10 * From the "who gave this guy a commit bit" dept.:lofi2007-02-061-2/+1 * Post-import bugfixorama:lofi2007-02-061-1/+2