# HG changeset patch # User frdupin # Date 1170077625 -3600 # Node ID 7b552428b48a130732ed0e834764a7e8fc5edcbc # Parent 68e1c52d603d5731a925c51e424632268e21f471 Add comment in config.h diff -r 68e1c52d603d -r 7b552428b48a configure --- a/configure Mon Jan 29 14:32:58 2007 +0100 +++ b/configure Mon Jan 29 14:33:45 2007 +0100 @@ -590,7 +590,9 @@ # Create include/config.h with the relevant contents rm -f include/config.h -echo "/*"\ > include/config.h +echo "/* !!!!!!!!!! FILE GENERATED by configure. DO NOT EDIT !!!!!!!!!!*/" >> include/config.h +echo "" >> include/config.h +echo "/*"\ >> include/config.h echo "This file is part of CanFestival, a library implementing CanOpen Stack." >> include/config.h echo "" >> include/config.h echo "Copyright (C): Edouard TISSERANT and Francis DUPIN" >> include/config.h @@ -628,7 +630,7 @@ TIMEVAL_MAX\ RTCAN_SOCKET; do if [ "${!i}" = "" ]; then -echo "// $i is not defined" >> include/config.h +echo "/* $i is not defined */" >> include/config.h else echo "#define $i ${!i}" >> include/config.h fi