3 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
4 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
5 chmod +x .git/hooks/pre-commit && \
6 echo "Activated pre-commit hook."
10 autoreconf --install --symlink
13 echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
21 --libdir=$(libdir /usr/lib) \
22 --with-rootlibdir=$(libdir /lib) \
24 --with-systemdsystemunitdir=/lib/systemd/system \
29 echo "----------------------------------------------------------------"
30 echo "Initialized build system. For a common configuration please run:"
31 echo "----------------------------------------------------------------"
33 echo "./configure CFLAGS='-g -O1' $args"