Mon Aug 5 00:12:45 1996 Tom Tromey <tromey@creche.cygnus.com>
+ * automake.in (scan_configure): AM_INIT_AUTOMAKE sets
+ seen_prog_install to `2'.
+
+ * configure.in: Don't run AM_PROG_INSTALL.
+
* automake.in (parse_arguments): Use $PACKAGE.
($PACKAGE): New global.
($am_c_prototypes): Renamed.
Priorities for release:
[ none ]
-!! auto-generate aclocal.m4 under certain circumstances
+** when can aclocal.m4 be auto-generated?
** Consider using implicit .y.c and .l.c rules instead of current
lex/yacc trickery
If @LIBOBJS@ or @ALLOCA@ appears in _LDADD or _LIBADD, put it into
dependencies automatically
-* ansi2knr.c needs STDC_HEADERS and HAVE_STRING_H
- [ I've asked François about this. The change should probably
- be in the fp_C_PROTOTYPES macro ]
-
Think about: maybe "make check" should just bomb if error occurs?
Then user must use "make -k check". This is probably more natural.
$seen_package = 1;
$seen_version = 1;
$seen_arg_prog = 1;
+ $seen_prog_install = 2;
}
# Some things required by Automake.
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
-
-
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
AC_PROG_MAKE_SET
AC_ARG_PROGRAM
-AM_PROG_INSTALL
AC_PATH_PROG(PERL, perl)
if test -z "$PERL"; then