From a697b2b60e5833ed733f4d42e662d0cf410d7f6f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 26 Dec 2012 23:48:11 -0800 Subject: Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index db437ff3..3a603f88 100644 --- a/configure.ac +++ b/configure.ac @@ -937,7 +937,7 @@ case $target_os in esac # Tell the world what we know -AC_CONFIG_FILES([Makefile fish.spec Doxyfile.help seq]) +AC_CONFIG_FILES([Makefile fish.spec seq]) AC_OUTPUT if test ! x$local_found_posix_switch = xyes; then -- cgit v1.2.3