]>
git.ipfire.org Git - location/libloc.git/blob - autogen.sh
5 if [ -f .git
/hooks
/pre-commit.sample
-a ! -f .git
/hooks
/pre-commit
] ; then
6 cp -p .git
/hooks
/pre-commit.sample .git
/hooks
/pre-commit
&& \
7 chmod +x .git
/hooks
/pre-commit
&& \
8 echo "Activated pre-commit hook."
11 intltoolize
--force --automake
12 autoreconf
--install --symlink
15 echo $
(cd $1/$
(gcc
-print-multi-os-directory); pwd)
20 --libdir=$(libdir /usr/lib)"
23 echo "----------------------------------------------------------------"
24 echo "Initialized build system. For a common configuration please run:"
25 echo "----------------------------------------------------------------"
27 echo "./configure CFLAGS='-g -O0' $args"