From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 17:30:38 2018 Received: (at submit) by debbugs.gnu.org; 4 Feb 2018 22:30:38 +0000 Received: from localhost ([127.0.0.1]:57438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiSnz-0003mS-C4 for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:30:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiSnt-0003mA-D0 for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:30:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiSnj-0003GH-TR for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:30:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38699) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eiSnj-0003Fn-Jt for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:30:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiSnf-0001Pj-Fj for bug-automake@gnu.org; Sun, 04 Feb 2018 17:30:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiSnb-00038i-4N for bug-automake@gnu.org; Sun, 04 Feb 2018 17:30:15 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:40910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eiSna-00037f-Tj for bug-automake@gnu.org; Sun, 04 Feb 2018 17:30:11 -0500 Received: from fwd04.aul.t-online.de (fwd04.aul.t-online.de [172.20.26.149]) by mailout04.t-online.de (Postfix) with SMTP id C10434180442 for ; Sun, 4 Feb 2018 23:30:08 +0100 (CET) Received: from [192.168.2.101] (bjYFTwZdghT4jviVHI81rYMZSORGXSCuqyIb-DgYobokzY+Pc79x9jwz1lmZa3YgnA@[91.35.105.190]) by fwd04.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1eiSnR-4Wkvw00; Sun, 4 Feb 2018 23:30:01 +0100 To: bug-automake@gnu.org From: aotto Subject: =?UTF-8?Q?BUG_report_using_autoconf=e2=80=a6?= Message-ID: <85df7133-449b-26b9-a08c-2745b12cac35@t-online.de> Date: Sun, 4 Feb 2018 23:30:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US X-ID: bjYFTwZdghT4jviVHI81rYMZSORGXSCuqyIb-DgYobokzY+Pc79x9jwz1lmZa3YgnA X-TOI-MSGID: 9ee030b7-54cf-4bf2-a740-960789ea446a Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi, the following line create a BUG in autoconf > # if 'CFLAGS' is NOT set, than macro 'AC_PROG_CC' set 'CFLAGS=3D-g -O2= ' in seems that a M4-MACRO in COMMENT is a problem. without this line=E2=80=A6 it works. #=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 then increment AGE. # #=C2=A0=C2=A0=C2=A0 6. If any interfaces have been removed since the last= public release, #=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 then set AGE to 0. # #=C2=A0=C2=A0=C2=A0=C2=A0 *_Never_* try to set the interface numbers so t= hat they correspond #=C2=A0 to the release number of your package.=C2=A0 This is an abuse tha= t only #=C2=A0 fosters misunderstanding of the purpose of library versions. Inst= ead, #=C2=A0 use the `-release' flag (*note Release numbers::), but be warned = that #=C2=A0 every release of your package will not be binary compatible with = any #=C2=A0 other release. AC_SUBST([VERSION_INFO], [22:0:0]) AC_CONFIG_MACRO_DIR([m4]) # if 'CFLAGS' is NOT set, than macro 'AC_PROG_CC' set 'CFLAGS=3D-g -O2' CFLAGS=3D"-Wall -Wcast-align" CXXFLAGS=3D"" AC_PROG_CC AM_PROG_AR AC_PROG_CXX AC_PROG_CC_C99 if test "$ac_cv_prog_cc_c99" =3D "no"; then AC_MSG_ERROR([require c99 mod= e=20 to compile]); fi if test "$build_os" !=3D "cygwin"; then CFLAGS=3D"-fvisibility=3Dhidden=20 $CFLAGS"; fi SC_ENABLE_THREADS #------------------------------------ AC_MSG_CHECKING(get libtool support);echo #------------------------------------ AC_DISABLE_STATIC LT_INIT LT_LIB_DLLOAD #------------------------------------ AC_MSG_CHECKING(programs);echo #------------------------------------ "configure.ac" 267L, 9761C geschrieben #> autoconf configure.ac:79: error: possibly undefined macro: AC_PROG_CC =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 If this token and others are legitimate, = please use m4_pattern_allow. =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 See the Autoconf documentation. #> autoconf #> autoconf # autoconf -V autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later ,=20 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. mfg ao From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 17:56:44 2018 Received: (at 30352) by debbugs.gnu.org; 4 Feb 2018 22:56:44 +0000 Received: from localhost ([127.0.0.1]:57465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiTDI-0004NR-8n for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:56:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58629) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiTDH-0004ND-2r for 30352@debbugs.gnu.org; Sun, 04 Feb 2018 17:56:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiTDA-0006Wx-Uo for 30352@debbugs.gnu.org; Sun, 04 Feb 2018 17:56:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiTDA-0006Wt-Rk; Sun, 04 Feb 2018 17:56:36 -0500 Received: from [2a01:e35:2ec2:e580:7d5f:f616:fc6f:3970] (port=51136 helo=godel) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eiTDA-0001DH-Ai; Sun, 04 Feb 2018 17:56:36 -0500 From: Mathieu Lirzin To: aotto Subject: Re: bug#30352: BUG report using =?utf-8?Q?autoconf=E2=80=A6?= References: <85df7133-449b-26b9-a08c-2745b12cac35@t-online.de> Date: Sun, 04 Feb 2018 23:56:33 +0100 In-Reply-To: <85df7133-449b-26b9-a08c-2745b12cac35@t-online.de> (aotto's message of "Sun, 4 Feb 2018 23:30:01 +0100") Message-ID: <87wozs8iu6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 30352 Cc: 30352@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello, aotto writes: > the following line create a BUG in autoconf >> # if 'CFLAGS' is NOT set, than macro 'AC_PROG_CC' set 'CFLAGS=-g -O2' > in seems that a M4-MACRO in COMMENT is a problem. Since the issue is related to Autoconf please report it to instead. Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 17:58:26 2018 Received: (at control) by debbugs.gnu.org; 4 Feb 2018 22:58:26 +0000 Received: from localhost ([127.0.0.1]:57469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiTEw-0004Q5-Jr for submit@debbugs.gnu.org; Sun, 04 Feb 2018 17:58:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eiTEu-0004Pp-IN for control@debbugs.gnu.org; Sun, 04 Feb 2018 17:58:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiTEo-0007cY-T5 for control@debbugs.gnu.org; Sun, 04 Feb 2018 17:58:19 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiTEo-0007cG-PM for control@debbugs.gnu.org; Sun, 04 Feb 2018 17:58:18 -0500 Received: from [2a01:e35:2ec2:e580:7d5f:f616:fc6f:3970] (port=51150 helo=godel) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eiTEo-0002yV-6v for control@debbugs.gnu.org; Sun, 04 Feb 2018 17:58:18 -0500 Date: Sun, 04 Feb 2018 23:58:16 +0100 Message-Id: <87vafc8irb.fsf@gnu.org> To: control@debbugs.gnu.org From: Mathieu Lirzin Subject: control message for bug #30352 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tags 30352 notabug close 30352 From unknown Fri Sep 05 22:44:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 05 Mar 2018 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator