+Mon Aug 7 19:26:06 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * aclocal.m4 (SS_RULES): Add double quotes around "$}{*.ct"
+
+ * aclocal.m4 (CONFIG_RULES): Add $(SHELL) to invocation of
+ autoconf, so that things work even if the execute bit
+ isn't set on the shell script.
+
Tue Jul 18 19:20:49 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Add space before = to keep
config.status: $(srcdir)/configure
$(SHELL) config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(SRCTOP)/aclocal.m4
- cd $(srcdir); $(SRCTOP)/util/autoconf/autoconf --localdir=$(BUILDTOP) --macrodir=$(BUILDTOP)/util/autoconf
+ cd $(srcdir); $(SHELL) $(SRCTOP)/util/autoconf/autoconf --localdir=$(BUILDTOP) --macrodir=$(BUILDTOP)/util/autoconf
]
AC_POP_MAKEFILE()dnl
])dnl
.SUFFIXES: .h .c .et .ct
.ct.c:
- @if [ $< != $}{*.ct ]; then \
- (set -x; cp $< $}{*.ct && $(MAKE_COMMANDS) $}{*.ct && $(RM) $}{*.ct) || exit 1; \
+ @if [ $< != "$}{*.ct" ]; then \
+ (set -x; cp $< "$}{*.ct" && $(MAKE_COMMANDS) "$}{*.ct" && $(RM) "$}{*.ct") || exit 1; \
else \
- (set -x; $(MAKE_COMMANDS) $}{*.ct) || exit 1; \
+ (set -x; $(MAKE_COMMANDS) "$}{*.ct") || exit 1; \
fi
}