projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a3847
)
Insert remake-subd.am if appropriate.
author
Tom Tromey
<tromey@redhat.com>
Sun, 12 Nov 1995 22:33:47 +0000
(22:33 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Sun, 12 Nov 1995 22:33:47 +0000
(22:33 +0000)
automake.in
patch
|
blob
|
history
diff --git
a/automake.in
b/automake.in
index
56a3201
..
51155ff
100755
(executable)
--- 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