summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 05:53:41 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 05:53:41 -0400
commit26e121dde080f9cf68c5fdf97e6172bc4cde8a07 (patch)
tree3093000a441e3a40493a007f86c9c65a8578c755
parentf31f9866dba43411df8ca34c847975b54e4f8717 (diff)
downloadfork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.tar.gz
fork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.tar.bz2
fork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.zip
Pass all flags to the underlying make when --build is passed to acprep.
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 1e4a04b6..d9ff4c63 100755
--- a/acprep
+++ b/acprep
@@ -295,6 +295,6 @@ fi
# options.
if [ $DO_BUILD = true ]; then
- echo "make ARCHFLAGS=\"$ARCHFLAGS\" \"$@\"" > make.sh
+ echo "make ARCHFLAGS=\"$ARCHFLAGS\" CPPFLAGS=\"$CPPFLAGS\" LDFLAGS=\"$LDFLAGS\" CXXFLAGS=\"$CXXFLAGS\" DISTCHECK_CONFIGURE_FLAGS=\"--disable-dependency-tracking\" $@" > make.sh
sh -x make.sh
fi