mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ec7b92ea69
that depend on it. Submitted by: maintainer
19 lines
393 B
Plaintext
19 lines
393 B
Plaintext
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++)
|