Replace tabs by spaces in "autogen.sh".
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
8710680bd3
commit
a66be4604b
@ -63,7 +63,7 @@ clean_old_files()
|
|||||||
printf "Cleaning old files ... "
|
printf "Cleaning old files ... "
|
||||||
rm -rf configure config.log aclocal.m4 \
|
rm -rf configure config.log aclocal.m4 \
|
||||||
config.status config autom4te.cache \
|
config.status config autom4te.cache \
|
||||||
po/Makefile.in.in
|
po/Makefile.in.in
|
||||||
printf "done\n"
|
printf "done\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,7 +116,7 @@ check_program_version()
|
|||||||
printf "\nwhich is too old. You should upgrade $PROGRAM."
|
printf "\nwhich is too old. You should upgrade $PROGRAM."
|
||||||
printf "\nDownload the appropriate package for your distribution,"
|
printf "\nDownload the appropriate package for your distribution,"
|
||||||
printf "\nor get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
printf "\nor get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
printf "OK, found $MAJOR_FOUND.$MINOR_FOUND\n"
|
printf "OK, found $MAJOR_FOUND.$MINOR_FOUND\n"
|
||||||
@ -155,7 +155,7 @@ run_program()
|
|||||||
printf "\n\n**Error**: $PROGRAM failed.\n"
|
printf "\n\n**Error**: $PROGRAM failed.\n"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
printf "OK\n"
|
printf "OK\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Main
|
# Main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user