From 89da9d7d6680c2a13de6bd684cb10ca66e401aca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 22:33:47 +0000 Subject: [PATCH] Insert remake-subd.am if appropriate. --- automake.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/automake.in b/automake.in index 56a32016..51155fff 100755 --- a/automake.in +++ b/automake.in @@ -172,9 +172,13 @@ ${am_file}_OBJECTS = ${am_file}.${kr}o" >&4 esac case "$am_makefile" in - */*) ;; - *) test -f aclocal.m4 && echo "ACLOCAL = aclocal.m4" >&4 - cat $AM_DIR/remake.am >&5 ;; + */*) + cat $AM_DIR/remake-subd.am >&5 + ;; + *) + test -f aclocal.m4 && echo "ACLOCAL = aclocal.m4" >&4 + cat $AM_DIR/remake.am >&5 + ;; esac case "$CONFIG_HEADER" in -- 2.43.5