summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-05-21 15:27:41 +0200
committerYorhel <git@yorhel.nl>2012-05-21 15:38:08 +0200
commit10e560a9a6cbcc8ebac69b43a5ee654f2947fd5d (patch)
tree2fdb63992da0f60968a6b581e5078386360298c0 /configure.in
parentae659d518675f28965924c80c3c246be0b82875a (diff)
Use top-level automake build + removed AUTHORS, INSTALL and NEWS
A more modern and practical structure.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 72377de..d45d510 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
AC_INIT(ncdu, 1.8g, projects@yorhel.nl)
AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign subdir-objects])
# Check for programs.
AC_PROG_CC
@@ -47,7 +47,5 @@ AC_CHECK_LIB([$ncurses],
-AC_OUTPUT([Makefile src/Makefile doc/Makefile])
+AC_OUTPUT([Makefile])
-echo ""
-echo "Now type \"make\" and \"make install\" to build and install ncdu"