CVSROOT: /cvs/gnome Module name: gnumeric Changes by: skasal 05/01/25 11:49:50
Modified files: . : ChangeLog NEWS configure.in Log message: AC_PATH_PROG can be tricky: if the user sets the variable to something which doesn't look like a full path, autoconf proceeds with the test as if the variable were not set; no warning is issued (at least for autoconf versions <= 2.59). AC_CHECK_PROG is much more transparent: if the variable is nonempty, no test is executed. Let's use it where possible. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=skasal&date=explicit&mindate=2005-01-25%2011:48&maxdate=2005-01-25%2011:50 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list