From: Tom Tromey Date: Sun, 12 Nov 1995 22:33:47 +0000 (+0000) Subject: Insert remake-subd.am if appropriate. X-Git-Tag: Release-0-25~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b889ac23e6efd2da505e43ee63496f4898274f06;p=thirdparty%2Fautomake.git Insert remake-subd.am if appropriate. --- diff --git a/automake.in b/automake.in index 56a320163..51155fffc 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