From 7af2877c144a19202ba6af605d6bd572ec150243 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 29 Nov 2006 17:43:05 +0000 Subject: 2006-11-29 Thomas Schwinge * mig.in: Adopt to the Autoconf update. --- mig.in | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'mig.in') diff --git a/mig.in b/mig.in index 106a4ef..1802a52 100644 --- a/mig.in +++ b/mig.in @@ -25,12 +25,8 @@ # the rights to redistribute these changes. # -PACKAGE=@PACKAGE@ -VERSION=@VERSION@ - prefix=@prefix@ exec_prefix=@exec_prefix@ -libexecdir=@libexecdir@ migcom=${MIGDIR-@libexecdir@}/${MIGCOM-@MIGCOM@} # The expansion of TARGET_CC might refer to ${CC}, so make sure it is defined. @@ -78,13 +74,13 @@ EOT until [ $# -eq 0 ] do - case "$1" in - --version ) echo "GNU ${PACKAGE} version ${VERSION}"; exit 0 ;; - --help ) progname=`echo mig | sed @program_transform_name@` - echo "\ -Usage: $progname [OPTION]... [FILE]... -This is the GNU implementation of the Mach interface generator \`MiG', -which Mach RPC stubs from \`.defs' files. + case $1 in + --version ) echo '@MIG@ (@PACKAGE_NAME@) @PACKAGE_VERSION@'; exit 0;; + --help ) cat <. Request assistance at .\ -"; exit 0 ;; +Report bugs and request assistance writing email to <@PACKAGE_BUGREPORT@>. +EOT -[qQvVtTrRsSn] ) migflags="$migflags $1"; shift;; -i ) sawI=1; migflags="$migflags $1 $2"; shift; shift;; -- cgit v1.2.3