freebsd-ports/x11-toolkits/jx/files/configure.in

19 lines
393 B
Text
Raw Normal View History

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++)