summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-12-24 11:05:13 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-12-24 11:05:13 (GMT)
commit0e5fe1510853a0a05add1a9a25b3958893591328 (patch)
treef8b52ae17a2d8d346c9baa2998e36a5993a2eb12 /configure
parent04a4eddbeaa2fef70fe87a790efabe074062fadf (diff)
downloadDoxygen-0e5fe1510853a0a05add1a9a25b3958893591328.zip
Doxygen-0e5fe1510853a0a05add1a9a25b3958893591328.tar.gz
Doxygen-0e5fe1510853a0a05add1a9a25b3958893591328.tar.bz2
Release-1.3.9.1-20041224
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0a35411..cbee394 100755
--- a/configure
+++ b/configure
@@ -517,6 +517,9 @@ done
# - generating src/lang_cfg.h
+if test -e "src/lang_cfg.h"; then
+ chmod u+w src/lang_cfg.h # make sure file can be overwritten
+fi
echo -n " Generating src/lang_cfg.h..."
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>);
chomp @l;