aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-08-10 03:40:16 +0400
committermalc <av1474@comtv.ru>2009-08-10 03:41:46 +0400
commit0ff6697d1c1bc09fa73236be6f72ddccd6aa9279 (patch)
treea2bcc359dafb4b97e21046bf51103125d5692605 /configure
parentd9c3231019a0fbacbe15dcb26a0e3708b726af77 (diff)
Do not try to invoke shebang scripts directly (NFS issues)
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index def8948361..e5b94317ee 100755
--- a/configure
+++ b/configure
@@ -1775,7 +1775,7 @@ echo "CLOCKLIBS=$CLOCKLIBS" >> $config_host_mak
echo "/* Automatically generated by configure - do not modify */" > $config_host_h
-$source_path/create_config < $config_host_mak >> $config_host_h
+$SHELL $source_path/create_config < $config_host_mak >> $config_host_h
if test -f ${config_host_h}~ ; then
if cmp -s $config_host_h ${config_host_h}~ ; then
@@ -2099,7 +2099,7 @@ fi
echo "/* Automatically generated by configure - do not modify */" > $config_h
echo "#include \"../config-host.h\"" >> $config_h
-$source_path/create_config < $config_mak >> $config_h
+$SHELL $source_path/create_config < $config_mak >> $config_h
if test -f ${config_h}~ ; then
if cmp -s $config_h ${config_h}~ ; then