From: Greg Ungerer Date: Wed, 3 Jan 2007 03:53:51 +0000 (+0000) Subject: Re-autconf configure script after Mike Frysinger's recent AC_ERROR X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=35987c6860649bd1c36693d2fa25ad3294692460;p=elf2flt.git Re-autconf configure script after Mike Frysinger's recent AC_ERROR fix to configure.in. --- diff --git a/configure b/configure index 8b816be..d672662 100755 --- a/configure +++ b/configure @@ -2668,29 +2668,51 @@ fi binutils_ldscript_dir="$ac_binutils_ldscript_dir" if test "$ac_libbfd" = "NONE" -o "$ac_libiberty" = "NONE" ; then - echo - echo "You need to specify the location of the libfd.a and libiberty.a" - echo "host libraries from the binutils package." - echo - echo "Run configure again specifying these options:" - echo - echo " ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty=" - echo - exit 1 + { { echo "$as_me:$LINENO: error: + +You need to specify the location of the libfd.a and libiberty.a +host libraries from the binutils package. + +Run configure again specifying these options: + + ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty= +" >&5 +echo "$as_me: error: + +You need to specify the location of the libfd.a and libiberty.a +host libraries from the binutils package. + +Run configure again specifying these options: + + ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty= +" >&2;} + { (exit 1); exit 1; }; } fi if test "$ac_bfd_include_dir" = "NONE" ; then - echo - echo "You need to specify the location of the bfd.h header from a" - echo "configured/compiled version of the binutils package for your target." - echo "Without this your elf2flt may crash as it will try to use the" - echo "systems bfd.h which may be from a different binutils package." - echo - echo "Run configure again specifying these options:" - echo - echo " ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty=" - echo - exit 1 + { { echo "$as_me:$LINENO: error: + +You need to specify the location of the bfd.h header from a +configured/compiled version of the binutils package for your target. +Without this your elf2flt may crash as it will try to use the +systems bfd.h which may be from a different binutils package. + +Run configure again specifying these options: + + ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty= +" >&5 +echo "$as_me: error: + +You need to specify the location of the bfd.h header from a +configured/compiled version of the binutils package for your target. +Without this your elf2flt may crash as it will try to use the +systems bfd.h which may be from a different binutils package. + +Run configure again specifying these options: + + ./configure --target= --with-bfd-include-dir= --with-libbfd= --with-libiberty= +" >&2;} + { (exit 1); exit 1; }; } fi ac_ext=c