Out-of-tree building of perl modules.

This commit is contained in:
Mats Erik Andersson 2012-10-10 11:10:28 +02:00 committed by Eelco Dolstra
parent 70f75be199
commit ecedd9c50c
2 changed files with 2 additions and 1 deletions

View File

@ -341,7 +341,7 @@ AC_SUBST(dynlib_suffix)
# Do we have GNU tar?
AC_MSG_CHECKING([if you have a recent GNU tar])
if $tar --version 2> /dev/null | grep -q GNU && tar cvf /dev/null --warning=no-timestamp ./configure > /dev/null; then
if $tar --version 2> /dev/null | grep -q GNU && tar cvf /dev/null --warning=no-timestamp ./config.log > /dev/null; then
AC_MSG_RESULT(yes)
tarFlags="--warning=no-timestamp"
else

View File

@ -26,6 +26,7 @@ AM_CXXFLAGS = \
-D_FILE_OFFSET_BITS=64
lib/Nix/Store.cc: lib/Nix/Store.xs
$(INSTALL) -d lib/Nix
xsubpp $^ -output $@
else