You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch

17 lines
364 B

--- 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