3 ###############################################################################
7 # This file has been put into the public domain.
8 # You can do whatever you want with this file.
10 ###############################################################################
14 # The following six lines are almost identical to "autoreconf -fi" but faster.
15 ${AUTOPOINT:-autopoint} -f
16 ${LIBTOOLIZE:-libtoolize} -c -f || glibtoolize
-c -f
17 ${ACLOCAL:-aclocal} -I m4
19 ${AUTOHEADER:-autoheader}
20 ${AUTOMAKE:-automake} -acf --foreign
22 # Generate the translated man pages and the doxygen documentation if the
23 # "po4a" and "doxygen" tools are available.
24 # This is *NOT* done by "autoreconf -fi" or when "make" is run.
25 # Pass --no-po4a or --no-doxygen to this script to skip these steps.
26 # It can be useful when you know that po4a or doxygen aren't available and
27 # don't want autogen.sh to exit with non-zero exit status.
44 if test "$generate_po4a" != "n"; then
50 if test "$generate_doxygen" != "n"; then