aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-26 23:48:11 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-26 23:48:11 -0800
commita697b2b60e5833ed733f4d42e662d0cf410d7f6f (patch)
tree8e4cb12c06a1f92b66df04af725b9cb3612ca704 /configure.ac
parentefe9c82bc6210e01d9fdc2bc0e140c0fe44ab1d5 (diff)
Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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