summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-04-27 10:29:02 +0200
committerPaolo Bonzini <bonzini@gnu.org>2009-04-27 10:41:56 +0200
commit81721849897d4285de9f34e98cd447c091e44e3d (patch)
tree8fcaa7b3e9138f06b29d5084a30dbe591923cdd5 /configure.ac
parent9e971bab122eb52eb74382e3ce86e9e6ad6e5cbc (diff)
downloadsed-81721849897d4285de9f34e98cd447c091e44e3d.tar.gz
fixes after Bruno's testing
2009-04-27 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Link readin.in2 into builddir. * configure: Regenerate. * doc/Makefile.am: Do not distribute sed.html. Do not update sed.texi if the output does not change. * sed/Makefile.am: Order libraries according to their dependencies. * sed/compile.c (get_openfile): Declare FAIL as int. * sed/sed.c: Avoid printf ("") if REG_PERL is not defined. * testsuite/eval.in2: Do not include in the repository. * testsuite/Makefile.am: Clean always eval.in2 and never readin.in2. * testsuite/Makefile.tests: Provide a default empty definition of TIME and remove rules for readin.in2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5abdaa9..cd27cf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,9 @@ if test "x$have_lstat" = xyes -a "x$have_readlink" = xyes; then
AC_DEFINE(ENABLE_FOLLOW_SYMLINKS, ,[Follow symlinks when processing in place])
fi
+if test "$srcdir" != .; then
+ AC_CONFIG_LINKS([testsuite/readin.in2:testsuite/readin.in2])
+fi
AC_CONFIG_FILES([bootstrap.sh], chmod +x bootstrap.sh)
AC_CONFIG_FILES([testsuite/version.good:testsuite/version.gin])
AC_CONFIG_FILES([Makefile doc/Makefile \