Insert remake-subd.am if appropriate.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:33:47 +0000 (22:33 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:33:47 +0000 (22:33 +0000)
automake.in

index 56a3201..51155ff 100755 (executable)
@@ -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