blob: 2991a1be6adc3209b6d1a1d2283f70f7a1c20bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- gengetopt-2.22.6/configure.ac
+++ gengetopt-2.22.6/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
|