Err, I think I should stop working on Autoconf right now:

|   for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
|     case $ac_file in
|       *.o | *.obj )       ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`;;

I really wrote thisline to catch .o and .obj before any other
extension...  :( Good night people.

|       *.$ac_ext | *.tds ) ;;
|       *)                  ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`;;
|     esac
|   done

Reply via email to