Changeset 24ece84


Ignore:
Timestamp:
Apr 18, 2013, 3:36:51 PM (12 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
78b9503
Parents:
60e8617
git-author:
Anders Kaseorg <andersk@mit.edu> (04/10/13 03:38:52)
git-committer:
Anders Kaseorg <andersk@mit.edu> (04/18/13 15:36:51)
Message:
Explicitly substitute abs_builddir, abs_srcdir

automake < 1.10 didn’t do this by default, resulting in failures of
‘make check’ and the ‘./barnowl’ wrapper script.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    reb5e8fc r24ece84  
    185185AC_REPLACE_FUNCS([memrchr])
    186186
     187AC_SUBST([abs_builddir])
     188AC_SUBST([abs_srcdir])
     189
    187190AC_CONFIG_FILES([Makefile compat/Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile])
    188191AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.