Manpage should be both distributed and installed now.

This commit is contained in:
Jeff Teunissen 2002-01-05 18:46:59 +00:00
parent 33b6429aa7
commit a0370e52d2
2 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@
#
AUTOMAKE_OPTIONS= foreign
SUBDIRS= include source
SUBDIRS= include source doc
# uncomment the following if qfcc requires the math library
#qfcc_LDADD=-lm

View file

@ -32,14 +32,13 @@ if test "x$GCC" = xyes; then
# CFLAGS="$CFLAGS -Wall -pedantic"
fi
dnl Checks for libraries.
AC_CHECK_LIB(z, gztell,,
)
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(process.h string.h strings.h sys/types.h sys/wait.h unistd.h)
AC_CHECK_HEADERS(process.h string.h strings.h fcntl.h sys/stat.h sys/types.h sys/wait.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_ARG_ENABLE(profile,
@ -117,6 +116,8 @@ if test "x$HAVE_QF" = xno; then
fi
AC_OUTPUT(
doc/man/Makefile
doc/Makefile
include/Makefile
source/Makefile
Makefile