]> sourceware.org Git - automake.git/commitdiff
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 56a320163003c29eb6f57694bd0c015c373e6fad..51155fffc2bd4dd004571ffeb01e35ee64c43b06 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
This page took 0.027507 seconds and 5 git commands to generate.