aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/testsuite/configure.in')
-rw-r--r--texinfo/testsuite/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/texinfo/testsuite/configure.in b/texinfo/testsuite/configure.in
new file mode 100644
index 00000000000..8cf18763df0
--- /dev/null
+++ b/texinfo/testsuite/configure.in
@@ -0,0 +1,5 @@
+dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.5)
+AC_INIT(makeinfo.0/atnode.exp)
+
+AC_OUTPUT(Makefile)