diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-05 01:51:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-05 01:59:27 -0400 |
commit | 6194cccdd3b5d2964c8ad71b26d3083d1c6bb663 (patch) | |
tree | d79aa926c894a54970d5222bfd4fc4f9ee29a2b6 | |
parent | 85aa048f55ad1e0513440e0de69c30d4afc6e777 (diff) | |
download | fork-ledger-6194cccdd3b5d2964c8ad71b26d3083d1c6bb663.tar.gz fork-ledger-6194cccdd3b5d2964c8ad71b26d3083d1c6bb663.tar.bz2 fork-ledger-6194cccdd3b5d2964c8ad71b26d3083d1c6bb663.zip |
Added version.m4 to the ignore list.
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | acprep | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -43,6 +43,7 @@ /stamp-h1 /system.hh.gch /texinfo.tex +/version.m4 AUTHORS INSTALL Makefile @@ -25,6 +25,7 @@ cat version.m4.in | sed "s/%VERSION%/$COMMIT/" > version.m4 autoreconf --force --install + INCDIRS="-isystem /usr/local/include" INCDIRS="$INCDIRS -isystem /opt/local/include" INCDIRS="$INCDIRS -isystem /usr/local/include/boost-1_35" @@ -38,7 +39,6 @@ if [ -x /usr/bin/g++-4.2 ]; then CXX=g++-4.2 fi - SYSTEM=$(uname -s) if [ $SYSTEM = Linux ]; then |