autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_OBJEXT again


From: Akim Demaille
Subject: Re: AC_OBJEXT again
Date: 29 Nov 2000 19:59:57 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

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

[Prev in Thread] Current Thread [Next in Thread]