diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-10 00:30:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-10 00:30:44 -0400 |
commit | 6d22f2d56ceaff956648c8165ae8e33fccba5c8b (patch) | |
tree | d3561804221b57416d4cabd2a4dea4d771ee08cb | |
parent | 7f48cfc7e98125053242acf72581e02e41f257bf (diff) | |
download | ledger-6d22f2d56ceaff956648c8165ae8e33fccba5c8b.tar.gz ledger-6d22f2d56ceaff956648c8165ae8e33fccba5c8b.tar.bz2 ledger-6d22f2d56ceaff956648c8165ae8e33fccba5c8b.zip |
Pass all unrecognized options to configure.
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # acprep, version 3.0 # @@ -324,7 +324,7 @@ PATH="$PYTHON_HOME/bin:$PATH" \ "$HERE/configure" --srcdir="$HERE" \ CXX="$CXX" CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CXXFLAGS" \ LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - $SWITCHES + $SWITCHES "$@" # Alter the Makefile so that it's not nearly so verbose. This makes errors |