autogen.sh | autogen.sh | |||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then | 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 && \ | cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ | |||
chmod +x .git/hooks/pre-commit && \ | chmod +x .git/hooks/pre-commit && \ | |||
echo "Activated pre-commit hook." | echo "Activated pre-commit hook." | |||
fi | fi | |||
GTKDOCIZE=$(which gtkdocize 2>/dev/null) | GTKDOCIZE=$(which gtkdocize 2>/dev/null) | |||
if test -z $GTKDOCIZE; then | if test -z $GTKDOCIZE; then | |||
echo "You don't have gtk-doc installed, and thus won't be able to g enerate the documentation." | echo "You don't have gtk-doc installed, and thus won't be able to g enerate the documentation." | |||
echo 'EXTRA_DIST =' > gtk-doc.make | echo 'EXTRA_DIST =' > gtkdoc/gtk-doc.make | |||
else | else | |||
gtkdocize --docdir gtkdoc/ | gtkdocize --docdir gtkdoc/ | |||
gtkdocargs=--enable-gtk-doc | gtkdocargs=--enable-gtk-doc | |||
fi | fi | |||
autoreconf --force --install --symlink | autoreconf --force --install --symlink | |||
libdir() { | libdir() { | |||
echo $(cd $1/$(gcc -print-multi-os-directory); pwd) | echo $(cd $1/$(gcc -print-multi-os-directory); pwd) | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |