From 6194cccdd3b5d2964c8ad71b26d3083d1c6bb663 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 01:51:35 -0400 Subject: Added version.m4 to the ignore list. --- .gitignore | 1 + acprep | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f2de29d..2ce89e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ /stamp-h1 /system.hh.gch /texinfo.tex +/version.m4 AUTHORS INSTALL Makefile diff --git a/acprep b/acprep index 3415470c..ac123011 100755 --- a/acprep +++ b/acprep @@ -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 -- cgit v1.2.3