- 08 Kas, 2011 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Tim Hardeck yazdı
Removed the unnecessary option "Simple Handles" with all related functions and icons.
-
Takeshi Abe yazdı
-
Takeshi Abe yazdı
This follows ca402fa0.
-
Radek Doulik yazdı
-
Daisuke Nishino yazdı
-
Radek Doulik yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Miklos Vajna yazdı
The "in shape" term was confusing since it was false for non-text-frame shapes all the time.
-
Noel Power yazdı
-
Christian Lohmaier yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
Fridrich Strba yazdı
-
Bjoern Michaelsen yazdı
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
-
Caolán McNamara yazdı
-
Michael Stahl yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Nah. Sure, doing it like that is sane if you consider only our own code. But it won't help in making sure these options are used when compiling the 3rd-party external libraries. For that having the options already in the CC and CXX environment variables works nicely, I think. People just need to look at the samples in README.cross. Perhaps we could add the options to CC and CXX in configure.in, though? Is that elegant or not, don't know... This reverts commit 3c4f7242.
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Caolán McNamara yazdı
-
Michael Stahl yazdı
The findrequires scripts are apparently ignored by current RPM. Apparently an additional variable needs to be defined so they are used. http://www.redhat.com/archives/rpm-list/2005-August/msg00034.html
-
Michael Stahl yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Korrawit Pruegsanusak yazdı
-
Fridrich Štrba yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Andras Timar yazdı
-
Tor Lillqvist yazdı
1) It is not safe to use the [ command in configure.in; m4 will eat the [ and ] and they will expand to nothing. (Just look in the configure script produced prior to this commit.) Use the test command instead, as elsewhere in the file. 2) Quote the variable being tested for emptiness with test -z. Otherwise, if it *is* empty, the -z will apply to (and eat) the following word, "then", which is not what is intended, and which also causes a syntax error.
-