summaryrefslogtreecommitdiff
path: root/mig.in
AgeCommit message (Collapse)Author
2012-03-19Make the installation tree relocatable.Thomas Schwinge
* mig.in: Compute a relative path from the mig to migcom.
2007-04-032007-04-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* mig.in (--help): Document the ``-i'' option better.
2006-12-032006-12-03 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>Thomas Schwinge
[patch #5018 --- ``Remove support to msg_send interface.''] * global.c (UseMsgRPC): Removed definition. * global.h (UseMsgRPC): Removed declaration. * mig.in (--help): Removed information about `-r' and `-R' options. * migcom.c (parseArgs): Changed the switches `-r' and `-R' to deal with the absence of obsolete the send/receive pairs. * user.c (WriteRoutine): Adapted the use of `UseMsgRPC' as if it was defined to `TRUE'. (WriteMsgSendReceive): Removed, since it is not used anymore.
2006-11-292006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* mig.in: Adopt to the Autoconf update.
2005-06-062005-05-27 Thomas Schwinge <schwinge@nic-nac-project.de>Alfred M. Szmidt
* mig.in (prj_quote_sh): New shell funcion; copied from Paul Jarc's prjlibs. Use that function to properly quote strings in $cppflags that contain whitespace.
2005-05-022005-04-09 Thomas Schwinge <schwinge@nic-nac-project.de>Alfred M. Szmidt
* mig.in: Handle the preprocessor option '-isystem ...' correctly.
2001-12-312001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (default_cpp): Add -ansi to avoid -Di386=1 and the like.
2001-12-292001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (default_cpp): Put -undef here. (cppflags): Not here.
2001-10-032001-10-03 Roland McGrath <roland@frob.com>Roland McGrath
* mig.in (cppflags): Start with -undef.
2001-06-082001-06-07 Roland McGrath <roland@frob.com>Roland McGrath
* header.c (WriteRoutineList): New function. * write.h: Declare it. * migcom.c (RoutineListFileName): New variable. (parseArgs): New option -list to set it. (main): If set, write the named output file with WriteRoutineList. * mig.in: Grok -list and put it in the usage message. * global.c (DefaultFiles): New variable, boolean initialized to true. (more_global): Leave null file name variables alone if it's false. * global.h (DefaultFiles): Declare it. * migcom.c (parseArgs): New option -n clears it. * mig.in: Grok -n (pass it through) and put it in the usage message.
1999-05-231999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mig.in: Grok --help. 1999-05-22 Roland McGrath <roland@baalperazim.frob.com> * configure.in: Add AC_PROG_CPP. * mig.in (CC): Set this before default_cpp, which might use its value.
1999-04-141999-04-14 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mig.in (default_cpp, default_cc): New variables, @ expansions here. (CC): Make sure it's defined, in case ${CPP} refers to ${CC}. (cpp): Use ${default_cpp} instead of the literal multiword contents.
1999-03-201999-03-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mig.in (PACKAGE, VERSION): New variables, substituted by configure. Grok --version.
1998-09-061998-09-06 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mig.in (cpp): Add `-x c' to TARGET_CC command.
1998-07-191998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
Moved mig out of gnumach into standalone distribution with vanilla autoconf/automake build arrangement. * configure.in, Makefile.am: New files. * mig.in (prefix, exec_prefix, libexecdir): New vars set by configure. (migcom): Find migcom in ${libexecdir}, and use @MIGCOM@ for its name. (cpp): Use @TARGET_CC@ -E instead of @CPP@.
1998-07-19mig.sh renamed to mig.inRoland McGrath