bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13274: Building emacs 24.2 fails if arguments to configure have the


From: Jason Gross
Subject: bug#13274: 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]