* configure.ac: Added an additional level of quoting (from the FreeBSD port).
git-svn-id: svn://svn.zoy.org/elk/trunk@245 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
38d0b74bc4
commit
b8b5170569
|
@ -437,8 +437,8 @@ AC_DEFINE(HEAP_SIZE, 1024, [FIXME HARD])
|
|||
# The directory where all files are installed by running "make install". We
|
||||
# cannot use AC_DEFINE_UNQUOTED here because ${prefix} is not set until the
|
||||
# end of the configure script. Thanks to Phillip Rulon for spotting that.
|
||||
CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\\\"\$(prefix)/share/elk\\\""
|
||||
CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(prefix)/lib/elk\\\""
|
||||
CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\"\\\"\$(prefix)/share/elk\\\"\""
|
||||
CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\"\\\"\$(prefix)/lib/elk\\\"\""
|
||||
|
||||
#define FIND_AOUT defined(USE_LD) || defined(CAN_DUMP) || defined(INIT_OBJECTS)
|
||||
AC_DEFINE(FIND_AOUT, 1, [FIXME HARD])
|
||||
|
|
Loading…
Reference in New Issue