summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/configure.in')
-rw-r--r--contrib/byacc/configure.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/byacc/configure.in b/contrib/byacc/configure.in
new file mode 100644
index 0000000..a828a70
--- /dev/null
+++ b/contrib/byacc/configure.in
@@ -0,0 +1,26 @@
+dnl Process this file with 'autoconf' to produce a 'configure' script
+dnl $Id: configure.in,v 1.14 2012/10/03 23:41:36 tom Exp $
+AC_PREREQ(2.52.20011201)
+AC_REVISION($Revision: 1.14 $)
+AC_INIT(main.c)
+AC_CONFIG_HEADER(config.h:config_h.in)
+
+CF_CHECK_CACHE([AC_CANONICAL_SYSTEM])
+
+AC_ARG_PROGRAM
+CF_PROG_CC
+AC_PROG_MAKE_SET
+AC_PROG_INSTALL
+CF_MAKE_TAGS
+CF_PROG_LINT
+
+CF_XOPEN_SOURCE
+AC_CHECK_HEADERS(fcntl.h)
+CF_MKSTEMP
+
+CF_WITH_WARNINGS(Wwrite-strings)
+CF_DISABLE_ECHO
+CF_DISABLE_LEAKS
+
+### output makefile
+AC_OUTPUT(makefile)
OpenPOWER on IntegriCloud