X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=autogen.sh;h=60a0286ac64db00d8425b04e5dd81d7576833398;hb=3c57bf5ea51f53d3cb39982165d012a2a6ef4322;hp=4c834b6d6132ffdadf0e22cba15bff3b42070f15;hpb=2f9dec073b6557401804aae180eab744a8b1a3cc;p=elogind.git diff --git a/autogen.sh b/autogen.sh index 4c834b6d6..60a0286ac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -48,10 +48,6 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then echo "Activated pre-commit hook." fi -if type -p colorgcc > /dev/null ; then - export CC=colorgcc -fi - libdir() { echo $(cd $1/$(gcc -print-multi-os-directory); pwd) }