Files
gentoo/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
Jeroen Roovers f0654a0471 dev-util/gengetopt: Clean up patches.
Package-Manager: portage-2.3.0
2016-07-23 14:03:37 +02:00

17 lines
364 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -27,11 +27,11 @@
dnl directory for docs (html)
AC_SUBST(gengetoptdocdir)
-gengetoptdocdir=$docdir
+gengetoptdocdir=$docdir/html
dnl directory for examples
AC_SUBST(gengetoptexamplesdir)
-gengetoptexamplesdir=$gengetoptdocdir/examples
+gengetoptexamplesdir=$docdir/examples
dnl Checks for C compiler.
AC_PROG_CC