Added version.m4 to the ignore list.

This commit is contained in:
John Wiegley 2008-08-05 01:51:35 -04:00
parent 85aa048f55
commit 6194cccdd3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -43,6 +43,7 @@
/stamp-h1 /stamp-h1
/system.hh.gch /system.hh.gch
/texinfo.tex /texinfo.tex
/version.m4
AUTHORS AUTHORS
INSTALL INSTALL
Makefile Makefile

2
acprep
View file

@ -25,6 +25,7 @@ cat version.m4.in | sed "s/%VERSION%/$COMMIT/" > version.m4
autoreconf --force --install autoreconf --force --install
INCDIRS="-isystem /usr/local/include" INCDIRS="-isystem /usr/local/include"
INCDIRS="$INCDIRS -isystem /opt/local/include" INCDIRS="$INCDIRS -isystem /opt/local/include"
INCDIRS="$INCDIRS -isystem /usr/local/include/boost-1_35" 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 CXX=g++-4.2
fi fi
SYSTEM=$(uname -s) SYSTEM=$(uname -s)
if [ $SYSTEM = Linux ]; then if [ $SYSTEM = Linux ]; then