about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11T10·13+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-04-11T10·13+0000
commit3cbf680f5d2bfb2ed4592dd24ff8ce2b7e5765bc (patch)
tree2b5a014fa7063d8b56fdcaa1e1defa2cc18caf8a /scripts
parent83252b4ca9cb9de45bf4a069b20d1c2d1412396e (diff)
* configure: detect whether DBD::SQLite is present. If necessary the
  location to DBI and DBD::SQLite can be passed with --with-dbi and
  --with-dbd-sqlite.

Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/GeneratePatches.pm.in2
-rw-r--r--scripts/download-using-manifests.pl.in2
-rw-r--r--scripts/nix-generate-patches.in2
-rw-r--r--scripts/nix-pull.in2
-rw-r--r--scripts/nix-push.in2
5 files changed, 4 insertions, 6 deletions
diff --git a/scripts/GeneratePatches.pm.in b/scripts/GeneratePatches.pm.in
index 9d404e3400..4bb5b05a8c 100755..100644
--- a/scripts/GeneratePatches.pm.in
+++ b/scripts/GeneratePatches.pm.in
@@ -1,5 +1,3 @@
-#! @perl@ -w -I@libexecdir@/nix
-
 use strict;
 use File::Temp qw(tempdir);
 use File::stat;
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index 775df4ce86..a6588aa9ac 100644
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w -I@libexecdir@/nix @perlFlags@
 
 use strict;
 use NixManifest;
diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in
index dc5c3bf68e..1f32ab4109 100644
--- a/scripts/nix-generate-patches.in
+++ b/scripts/nix-generate-patches.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w -I@libexecdir@/nix @perlFlags@
 
 use strict;
 use File::Temp qw(tempdir);
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in
index 8ea78d10d3..d2979721aa 100644
--- a/scripts/nix-pull.in
+++ b/scripts/nix-pull.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w -I@libexecdir@/nix @perlFlags@
 
 use strict;
 use File::Temp qw(tempdir);
diff --git a/scripts/nix-push.in b/scripts/nix-push.in
index 2d43031a47..fd1ec21485 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w -I@libexecdir@/nix @perlFlags@
 
 use strict;
 use File::Temp qw(tempdir);