From 21ba58a06d82bfaec8e2daf67a694311e3cc3034 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 7 Nov 2015 15:23:46 +0100 Subject: Non-recursive Makefile Instead of a complex graph, process everything from one Makefile. Simplify, simplify. --- configure.ac | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a229625..6b060d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,8 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - AC_PREREQ([2.69]) AC_INIT(rcm, 1.3.0, mburns@thoughtbot.com) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([subdir-objects]) -# Checks for programs. +# /bin/sh on Solaris is not POSIX, so try to find another one. case "$host_os" in solaris*) AC_PATH_PROGS(POSIX_SHELL, [ksh93 ksh sh]) @@ -14,12 +11,4 @@ solaris*) esac AC_SUBST([SHELL]) -# Checks for libraries. - -# Checks for header files. - -# Checks for typedefs, structures, and compiler characteristics. - -# Checks for library functions. - -AC_OUTPUT(Makefile bin/Makefile man/Makefile share/Makefile test/Makefile share/rcm.sh arch/git-PKGBUILD NEWS.md bin/lsrc bin/mkrc bin/rcdn bin/rcup maint/release) +AC_OUTPUT(Makefile share/rcm.sh arch/git-PKGBUILD NEWS.md bin/lsrc bin/mkrc bin/rcdn bin/rcup maint/release) -- cgit v1.2.3