git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@74 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2bf3a52053
commit
59f3f6a56f
121 changed files with 177 additions and 144 deletions
|
|
@ -55,6 +55,12 @@ grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && {
|
|||
NO_AUTOMAKE=yes
|
||||
}
|
||||
|
||||
(doxygen --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "**WARNING**: You need to have \`doxygen' to generate the documentation."
|
||||
echo "Download the appropriate package for your distribution,"
|
||||
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
||||
}
|
||||
|
||||
# if no automake, don't bother testing for aclocal
|
||||
test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue