From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WcwYl-00063M-Oa for ptxdist@pengutronix.de; Wed, 23 Apr 2014 14:45:55 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WcwYn-0006bl-12 for ptxdist@pengutronix.de; Wed, 23 Apr 2014 14:45:57 +0200 Date: Wed, 23 Apr 2014 14:45:57 +0200 From: Michael Olbrich Message-ID: <20140423124557.GL3804@pengutronix.de> References: <1398118166-4200-1-git-send-email-andreas@biessmann.de> <1398244508-16554-1-git-send-email-andreas@biessmann.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1398244508-16554-1-git-send-email-andreas@biessmann.de> Subject: Re: [ptxdist] [PATCH v2] configure: consolidate compiler checks Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Apr 23, 2014 at 11:15:08AM +0200, Andreas Bie=DFmann wrote: > Remove redundant check for GCC and move compiler checks to the beginning. > Before the AC_HEADERS_STDC checked for compilers implicitly and later on = we > checked again explicitly for them. > = > Signed-off-by: Andreas Bie=DFmann Thanks, applied. Michael > --- > = > Changes in v2: > * remove redundant error messages for CC and CXX > = > configure.ac | 20 +++++--------------- > 1 file changed, 5 insertions(+), 15 deletions(-) > = > diff --git a/configure.ac b/configure.ac > index 390fcaf..22c8df0 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -23,6 +23,11 @@ else > AC_MSG_ERROR([install the ptxdist-patches archive into the same directo= ry as ptxdist.]) > fi > = > +dnl > +dnl Check for C and C++ compilers > +dnl > +AC_PROG_CC > +AC_PROG_CXX > = > dnl > dnl Check header files, mostly for lxdialog & kconfig > @@ -160,18 +165,6 @@ GNU_TOOL(xargs, findutils) > dnl Check for egrep > AC_PROG_EGREP > = > -dnl Check for gcc > -AC_PROG_CC > -if test -z "$CC"; then > - AC_MSG_ERROR([gcc could not be found, please install]) > -fi > - > -dnl Check for g++ > -AC_PROG_CXX > -if test -z "$CXX"; then > - AC_MSG_ERROR([g++ could not be found, please install]) > -fi > - > dnl Check for awk > AC_PROG_AWK > AC_PATH_PROGS(AWK, ${AWK},) > @@ -285,9 +278,6 @@ if test -z "$MSGFMT"; then > AC_MSG_ERROR([gettext could not be found, please install]) > fi > = > -dnl Check for gcc > -AC_PATH_PROGS(GCC, gcc,, $PATH) > - > dnl > dnl Checks for Python, needed for ipkg-utils > dnl > -- = > 1.7.10.4 > = > = > -- = > ptxdist mailing list > ptxdist@pengutronix.de -- = Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- = ptxdist mailing list ptxdist@pengutronix.de