Hi, can anyone tell me what is the return value of following: ./configure make install
I need this for my script to automate installation. I know make returns '0' when successful and higher when not. But I am not sure what value is returned by above command. Regards, Alok Nag

