mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
17 lines
364 B
Diff
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
|