aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/jx/files/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/jx/files/configure.in')
-rw-r--r--x11-toolkits/jx/files/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/jx/files/configure.in b/x11-toolkits/jx/files/configure.in
deleted file mode 100644
index 7c22ea3c9237..000000000000
--- a/x11-toolkits/jx/files/configure.in
+++ /dev/null
@@ -1,18 +0,0 @@
-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++)