From 5254b2ce1f3b00911e374bd3de2c0b44ee9df148 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Sun, 12 Mar 2006 22:54:11 +0000 Subject: Fix execute permission on substituted perl scripts --- configure.ac | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ef0cfeb6..9a464f86 100644 --- a/configure.ac +++ b/configure.ac @@ -209,21 +209,22 @@ AC_SUBST([bindir_expanded]) ### Output files -AC_CONFIG_FILES([bin/bbackupd/bbackupd-config - bin/bbackupquery/makedocumentation.pl - bin/bbstored/bbstored-certs - bin/bbstored/bbstored-config - infrastructure/BoxPlatform.pm - infrastructure/makebuildenv.pl - infrastructure/makeparcels.pl - lib/common/makeexception.pl - lib/raidfile/raidfile-config - lib/server/makeprotocol.pl - runtest.pl - test/backupstorefix/testfiles/testbackupstorefix.pl - test/bbackupd/testfiles/extcheck1.pl - test/bbackupd/testfiles/extcheck2.pl - test/bbackupd/testfiles/notifyscript.pl]) +AC_CONFIG_FILES([infrastructure/BoxPlatform.pm]) +AX_CONFIG_SCRIPTS([bin/bbackupd/bbackupd-config + bin/bbackupquery/makedocumentation.pl + bin/bbstored/bbstored-certs + bin/bbstored/bbstored-config + infrastructure/makebuildenv.pl + infrastructure/makeparcels.pl + lib/common/makeexception.pl + lib/raidfile/raidfile-config + lib/server/makeprotocol.pl + runtest.pl + test/backupstorefix/testfiles/testbackupstorefix.pl + test/bbackupd/testfiles/extcheck1.pl + test/bbackupd/testfiles/extcheck2.pl + test/bbackupd/testfiles/notifyscript.pl]) +# TODO: Need to do contrib/cygwin/install-cygwin-service.pl but location varies AC_OUTPUT # Configure the Box build system -- cgit v1.2.3