octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50129] Incorrect Qt version chosen after auto


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50129] Incorrect Qt version chosen after automatic updates to configure
Date: Mon, 23 Jan 2017 23:52:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #3, bug #50129 (project octave):

Ok, I think you are saying that if the MOC variable is cached, then the
MOCFLAGS variable must also be cached, and I agree that is probably what is
going on here.

Compilers and compiler flags are typically saved with AC_ARG_VAR, for example
CC and CFLAGS, CXX and CXXFLAGS, so they are either remembered or not
together, while we have LRELEASE, MOC, RCC, and UIC saved as cached variables
explicitly, but not the corresponding FLAGS variables. Yes we should either
save or not save both sets of variables in the same way.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50129>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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