Skip to content
Snippets Groups Projects
Commit a5c29c18 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/run_autoconfig:1.13
parent 18b94914
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ fix() ...@@ -8,7 +8,7 @@ fix()
{ {
if [ -f $1/acconfig.h ]; then if [ -f $1/acconfig.h ]; then
echo "Running autoheader in $1" echo "Running autoheader in $1"
( cd $1 ; autoheader && echo foo >$1/stamp-h.in ) ( cd $1 ; autoheader && echo foo >stamp-h.in )
fi fi
if [ -f $1/configure.in ]; then if [ -f $1/configure.in ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment