freebsd-ports/x11-toolkits/jx/files/configure.in
Steve Price ec7b92ea69 Major overhaul of this port so that we cleanly build the other ports
that depend on it.

Submitted by:	maintainer
2000-09-17 21:26:15 +00:00

18 lines
393 B
Text

dnl Process this file with autoconf to produce a configure script.
AC_INIT(FreeBSD-3.x_g++.in)
dnl Check for X library and header files
AC_PATH_X
AC_SUBST(x_includes)
AC_SUBST(x_libraries)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks sizeof long
AC_CHECK_SIZEOF(long)
dnl Checks sizeof int
AC_CHECK_SIZEOF(int)
AC_OUTPUT(FreeBSD-2.x_g++ FreeBSD-3.x_g++)