+Tue Sep 3 18:50:32 1996 Tom Tromey <tromey@creche.cygnus.com>
+
+ * m4/AM_PROG_INSTALL.m4: INSTALL_SCRIPT defaults to
+ ${INSTALL_PROGRAM}. From François Pinard.
+
Tue Aug 27 08:25:05 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (file_contents_with_transform): Correctly remove
!! remove autosystem-specific macros
!! should write autoconf-style doc entries for each m4 macro
+Joel> I know that the following is needed at the end of configure.in:
+Joel> [test -z "$CONFIG_HEADERS" || echo timestamp >stamp-h])
+Joel> However, if automake checked that this line is present, it would
+Joel> help...this bit me for a while.
+
Jim's idea: should look for @setfilename and warn if filenames too long
* guess split size
* allow ".info" to be missing
the appropriate place. Clean up ordering in document. Add info about
AM_ macros.
+should write more complete explanation of implicit copying semantics
+
finish yacc, lex, c++ nodes
Document customary ordering of Makefile.am. From François.
AC_DEFUN(AM_PROG_INSTALL,
[AC_REQUIRE([AC_PROG_INSTALL])
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
AC_SUBST(INSTALL_SCRIPT)dnl
])