PATCH: remove useless AC_CONFIG_SUBDIRS
Jacob Bachmeyer <[email protected]> Mon, 29 Oct 2018 21:06:55 -0500
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Neither example/calc nor example/mathhelper exist in DejaGnu. For that matter, example/ itself does not exist in DejaGnu! diff --git a/configure.ac b/configure.ac index a628de4..10a0d84 100644 --- a/configure.ac +++ b/configure.ac @@ -54,5 +54,4 @@ then fi AC_SUBST(DEJAGNU) -AC_CONFIG_SUBDIRS([example/calc example/mathhelper]) AC_OUTPUT([Makefile]) -- Jacob