Skip to content
Snippets Groups Projects
Commit 1f1aee00 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

configure: added a test for the existence of the sourceme/makefile file

to not return an error in case of ./configure --help
parent 057a1a54
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ rm -f sourceme.sh Makefile.conf
cd autoconf
./configure "${@}"
cp Makefile.conf ../
cp sourceme.sh ../
if [ -e Makefile.conf ]; then cp Makefile.conf ../; fi
if [ -e sourceme.sh ]; then cp sourceme.sh ../; fi
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