Derek FEICHTINGER <[EMAIL PROTECTED]> a tapoté : > Hi > > I think Frederik Orellana is right. The problem already surfaced once in the > CVS logs for the configure file: > > http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/configure > changelog: "Command line options for mysql should not be inside quotes: > > The correction should have been done in these lines of configure: > > ---- > line 144 of configure Revision 1.11 > echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfiled/$mkfileo > line 157 of configure Revision 1.11 > echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfileo > ---- > > In these lines the explicit quotes \" should be removed
Hum, it depends of the destination. For a shell script, command line must be in quote. But apparently, for the Makefile, the quotes are added to the var value. I updated the configure file in case of Makefile creation. -- Mathieu Roy << Profile << http://savannah.gnu.org/users/yeupou << >> Homepage >> http://yeupou.coleumes.org >> << GPG Key << http://gpg.coleumes.org <<
