Files
libguestfs/php
Richard W.M. Jones 3d48d4cd81 build: Define builddir and abs_srcdir when they are missing.
RHEL 5-era autoconf did not define these, so define them manually
when they are missing.

Define builddir as '.'  The scripts require this.  It won't work
in the srcdir != builddir case, but we don't care about that for
RHEL 5.

This commit also moves the builddir / abs_srcdir variable setting
above the include of subdir-rules.mk, in case that include uses
these variables.

Useful script:

  for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do
    if ! grep -q '^abs_srcdir' $f; then
      echo missing in $f
    fi
  done
(cherry picked from commit 50aa9533e4)
2012-06-21 13:13:36 +01:00
..
2011-11-08 14:43:07 +00:00
2010-09-04 13:38:03 +01:00
2010-09-04 13:38:03 +01:00
2011-11-08 14:43:07 +00:00