diff options
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/docs/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gobject/docs/Makefile.am b/gobject/docs/Makefile.am index f43ec9cd..5aadef12 100644 --- a/gobject/docs/Makefile.am +++ b/gobject/docs/Makefile.am @@ -15,6 +15,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# Old RHEL 5 autoconf doesn't have builddir. +builddir ?= . + +# Old RHEL 5 autoconf doesn't have abs_srcdir. +abs_srcdir ?= $(shell cd $(top_srcdir)/gobject/docs && pwd) + # The name of the module, e.g. 'glib'. DOC_MODULE=guestfs |