Commit 9eb3f9c9 by Dave Love Committed by Dave Love

configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.

1998-10-12  Dave Love  <d.love@dl.ac.uk>
	* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.

From-SVN: r23005
parent ecc1211d
1998-10-12 Dave Love <d.love@dl.ac.uk>
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
Tue Oct 6 21:16:58 1998 Jeffrey A Law (law@cygnus.com) Tue Oct 6 21:16:58 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Revert last patch. * Makefile.in: Revert last patch.
......
...@@ -174,7 +174,9 @@ AC_SUBST(gcc_version_trigger) ...@@ -174,7 +174,9 @@ AC_SUBST(gcc_version_trigger)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AC_SUBST(target_alias) AC_SUBST(target_alias)
AC_CONFIG_SUBDIRS(libU77 libI77 libF77) AC_CONFIG_SUBDIRS(libU77 libI77 libF77)
AC_OUTPUT(g2c.h:g2c.hin Makefile, # Do Makefile first since g2c.h depends on it and shouldn't get an
# earlier timestamp.
AC_OUTPUT(Makefile g2c.h:g2c.hin,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then if test -n "${with_target_subdir}"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment