change comments, CVS --> git

This commit is contained in:
h_vogt 2012-05-12 13:49:44 +02:00
parent f65cdd2f84
commit 215809b99f
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ else
fi fi
fi fi
# If compiling sources from CVS, you may need to uncomment the following two lines: # If compiling sources from git, you may need to uncomment the following two lines:
#./autogen.sh #./autogen.sh
#if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi #if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
# Alternatively, if compiling sources from CVS, and want to add adms created devices, # Alternatively, if compiling sources from git, and want to add adms created devices,
# you may need to uncomment the following two lines (and don't forget to add adms option # you may need to uncomment the following two lines (and don't forget to add adms option
# to the ../configure statement): # to the ../configure statement):
#./autogen.sh --adms #./autogen.sh --adms