diff options
author | John Wiegley <johnw@newartisans.com> | 2007-06-29 11:04:31 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:09 -0400 |
commit | eea021cc4c94b15ac74b0a0ce0d307b5a48d18df (patch) | |
tree | e786ff0f6f9fc5d00fbb11ae68908ee6f61a4051 | |
parent | 8e32776417b6bb66b9658795e7fec13282cb4fe9 (diff) | |
download | ledger-eea021cc4c94b15ac74b0a0ce0d307b5a48d18df.tar.gz ledger-eea021cc4c94b15ac74b0a0ce0d307b5a48d18df.tar.bz2 ledger-eea021cc4c94b15ac74b0a0ce0d307b5a48d18df.zip |
reformatting
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ # This is not necessary, however, since I keep all the files necessary # for building checked in to the source tree. Users can just type # './configure && make'. This script simply sets up the compiler and -# linker flags for all the various build permutations I use for -# testing and profiling. +# linker flags for all the various build permutations I use for testing +# and profiling. cmd=$(which glibtoolize 2>&1) if [ -x "$cmd" ]; then |