Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601162 | Differences between
and this patch

Collapse All | Expand All

(-)libguestfs-1.36.5.orig/configure.ac (+15 lines)
Lines 127-132 Link Here
127
dnl Miscellaneous configuration that doesn't fit anywhere else.
127
dnl Miscellaneous configuration that doesn't fit anywhere else.
128
m4_include([m4/guestfs_misc.m4])
128
m4_include([m4/guestfs_misc.m4])
129
129
130
dnl GTK_DOC_CHECK
131
m4_include([m4/gtk-doc.m4])
132
133
m4_ifdef([GTK_DOC_USE_LIBTOOL], [], [
134
AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], false)
135
])
136
137
m4_ifdef([GTK_DOC_BUILD_HTML], [], [
138
AM_CONDITIONAL([GTK_DOC_BUILD_HTML], false)
139
])
140
141
m4_ifdef([GTK_DOC_BUILD_PDF], [], [
142
AM_CONDITIONAL([GTK_DOC_BUILD_PDF], false)
143
])
144
130
dnl Work around autoconf's lack of expanded variables.
145
dnl Work around autoconf's lack of expanded variables.
131
eval my_sysconfdir="\"[$]sysconfdir\""
146
eval my_sysconfdir="\"[$]sysconfdir\""
132
eval my_sysconfdir="\"$my_sysconfdir\""
147
eval my_sysconfdir="\"$my_sysconfdir\""

Return to bug 601162