From 814b256da43ebdad79fe9544a59f6ae680da7cb9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 6 Apr 2003 22:19:26 +0000 Subject: * Better installation: make directories, create database. * Fixed the register script. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e488ed78ff00..22e320a7c015 100644 --- a/configure.ac +++ b/configure.ac @@ -10,5 +10,6 @@ AC_CANONICAL_HOST AC_PROG_CC AC_PROG_CXX -AC_CONFIG_FILES(Makefile src/Makefile src/nix-instantiate) +AC_CONFIG_FILES([Makefile src/Makefile]) +AC_CONFIG_FILES([src/nix-instantiate], [chmod +x src/nix-instantiate]) AC_OUTPUT \ No newline at end of file -- cgit 1.4.1