Newer
Older
if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
chmod +x .git/hooks/pre-commit && \
echo "Activated pre-commit hook."
echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
args="\
--prefix=/usr \
--with-rootprefix= \
--libdir=$(libdir /usr/lib) \
--libexecdir=/lib \
Kay Sievers
committed
--with-systemdsystemunitdir=/lib/systemd/system \
--with-selinux \
--enable-gtk-doc"
Kay Sievers
committed
echo
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
Kay Sievers
committed
echo
echo "./configure CFLAGS='-g -O0' $args"