dnl Process this file with autoconf to produce a configure script. AC_INIT(src/libical/ical.h) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(libical,0.19) dnl Checks for programs. AC_PROG_YACC AC_PROG_CC AM_PROG_LEX AC_PROG_LN_S AC_PROG_INSTALL dnl Initialize libtool AM_PROG_LIBTOOL AC_SUBST(AR) AC_CHECK_PROGS(AR, ar aal, ar) AC_DEFINE(ICAL_ERRORS_ARE_FATAL,1) AC_DEFINE(ICAL_SAFESAVES,1) dnl Checks for libraries. dnl Replace `main' with a function in -lical: dnl AC_CHECK_LIB(ical, main) dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(time.h sys/types.h assert.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_SIZE_T AC_STRUCT_TM dnl Checks for library functions. AC_CHECK_FUNCS(strdup) AC_OUTPUT(\ src/Makefile \ src/libical/icalversion.h \ src/libical/Makefile \ src/libicalss/Makefile \ src/libicalvcal/Makefile \ src/test/Makefile \ examples/Makefile \ design-data/Makefile \ doc/Makefile \ scripts/Makefile \ test-data/Makefile \ Makefile ) 'cgit logo'/> index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat4x
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
commitb1001d70f01d51c768db3a1e8e00cd1b7a245440 (patch)
tree7268e086efcba602ca5f14534bce6f7075c92810 /misc/compat4x
parent2c467c5afbd45537746e9d808e5e92481c8d28b9 (diff)
parent43ae45671e24ac2b498ed0e5af2e3d27383b4320 (diff)
downloadfreebsd-ports-graphics-mesa-next.tar.gz
freebsd-ports-graphics-mesa-next.tar.zst
freebsd-ports-graphics-mesa-next.zip
Merge branch 'master' into mesa-nextHEADmesa-next
Diffstat (limited to 'misc/compat4x')