diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6491b40..e543c1f 100644 --- a/configure.ac +++ b/configure.ac @@ -60,5 +60,6 @@ if test "x$GCC" = "xyes"; then fi fi -AC_OUTPUT(call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile) +AC_CONFIG_FILES([call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile]) +AC_OUTPUT |