Changeset dc5864 in git for m4


Ignore:
Timestamp:
Jun 2, 2021, 2:21:17 PM (3 years ago)
Author:
Michael Orlitzky <michael@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
292b6572a45e1b64dfbf5fe30500439af95a5d51
Parents:
5e1678b009e016a2dae4aab35bddef8b9f0af3df
git-author:
Michael Orlitzky <michael@orlitzky.com>2021-06-02 08:21:17-04:00
git-committer:
Michael Orlitzky <michael@orlitzky.com>2021-06-02 09:00:27-04:00
Message:
m4/flags.m4: fix autoconf-2.71 quotation warning.

Fix the warning,

  configure.ac:23: warning: back quotes and double quotes must not be escaped
  in: $as_me: WARNING: Please note that we set empty defaults for \`CFLAGS'
  and \`CXXFLAGS' (instead of \`-g -O')

by eliminating the quotes altogether.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flags.m4

    r5e1678b rdc5864  
    2828
    2929AC_DEFUN([SING_RESET_FLAGS], [
    30  AC_MSG_WARN([Please note that we set empty defaults for \`CFLAGS' and \`CXXFLAGS' (instead of \`-g -O')])
     30 AC_MSG_WARN([Please note that we set empty defaults for CFLAGS and CXXFLAGS])
    3131 : ${CFLAGS:=""}
    3232 : ${CXXFLAGS:=""}
Note: See TracChangeset for help on using the changeset viewer.