summaryrefslogtreecommitdiff
path: root/dev-util/gengetopt/files/gengetopt-2.22.6-docdirs.patch
blob: 409bfb810f9eba0d5ef79b4b38a88b0fd362a280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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