how to use python macros together

2015-04-03 Thread Andy Falanga (afalanga)
Hi, My project uses Boost.python to export C++ code to python. Thus, as one would expect, I have a dependency on python. It just so happens that, on CentOS 6, the install of python is broken because one cannot do pkg-config --cflags python. It just doesn't work. So, to work around this, I d

Re: The right way to use standard variable in configure.ac

2015-04-03 Thread Thomas Dickey
- Original Message - | From: "Andy Falanga (afalanga)" | To: automake@gnu.org | Sent: Thursday, April 2, 2015 7:04:48 PM | Subject: The right way to use standard variable in configure.ac | | Hi, | | I placed the following in my configure.ac file: | | CPPFLAGS="-DMACRO1 -DMACRO2" | | be