summaryrefslogtreecommitdiffstats
path: root/src/util/et/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/configure.in')
-rw-r--r--src/util/et/configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/et/configure.in b/src/util/et/configure.in
new file mode 100644
index 0000000000..c1b7fc06d3
--- /dev/null
+++ b/src/util/et/configure.in
@@ -0,0 +1,8 @@
+AC_INIT(error_table.y)
+AC_PROG_LEX
+AC_PROG_ARCHIVE
+AC_PROG_RANLIB
+HAVE_YYLINENO
+DECLARE_SYS_ERRLIST
+CONFIG_RULES
+AC_OUTPUT(Makefile,[EXTRA_RULES])