diff options
Diffstat (limited to 'texinfo/testsuite/configure.in')
-rw-r--r-- | texinfo/testsuite/configure.in | 5 |
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) |