diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-21 18:41:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-21 18:41:10 +0000 |
commit | c6302a1ca9b991511a5fcb8bb47fbf96cb1491bc (patch) | |
tree | 6e061357080a80ccb8a1f09f8966b0db27f202a4 /configure | |
parent | 8f9137522ccdc35ff95fbc893206261df7e0790b (diff) |
Hack Doxygen IMAGE_PATH via Makefile and environment variable rather
than feeding doc source through autoconf.
svn path=/configure; revision=3781
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4375,10 +4375,6 @@ then fi -# This should go away once its content has migrated from Doxygen into DocBook. -ac_config_files="$ac_config_files rpkid/rpki/__doc__.py" - - cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -5115,7 +5111,6 @@ do "rpkid/tests/Makefile") CONFIG_FILES="$CONFIG_FILES rpkid/tests/Makefile" ;; "rpkid/portal-gui/Makefile") CONFIG_FILES="$CONFIG_FILES rpkid/portal-gui/Makefile" ;; "rtr-origin/Makefile") CONFIG_FILES="$CONFIG_FILES rtr-origin/Makefile" ;; - "rpkid/rpki/__doc__.py") CONFIG_FILES="$CONFIG_FILES rpkid/rpki/__doc__.py" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |