--- Begin Message ---
Subject: |
Building emacs 24.2 fails if arguments to configure have the character " in them |
Date: |
Mon, 24 Dec 2012 15:20:07 -0500 |
Line 2449 of emacs.c is
Vsystem_configuration_options = build_string (EMACS_CONFIG_OPTIONS);
However, EMACS_CONFIG_OPTIONS is not a valid C string literal if I
pass, e.g., LDFLAGS="-Wl,-rpath
-Wl,\"/afs/csail.mit.edu/u/j/jgross/.local64/lib\"" to ./configure.
I'm not sure whether this is a failing of emac's configure script, or
of AC_DEFINE_UNQUOTED, which does not do anything special with "
characters.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#13274: Building emacs 24.2 fails if arguments to configure have the character " in them |
Date: |
Thu, 27 Dec 2012 13:01:03 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Version: 24.4
Hopefully fixed now in Emacs trunk.
--- End Message ---