Commit graph

13 commits

Author SHA1 Message Date
5288efb30d Don't use rpath on Windows
Windows does not support rpath, and while GNU ld just ignores it, lld
fails with the flag.

FossilOrigin-Name: dffa232bd2032733a473c6af73a4875e4543fcccb4c8f22569fdd38bea0fc4de
2021-09-04 10:24:14 +00:00
32463020dd Add option to disable rpath
FossilOrigin-Name: 2a5ae2a51be86f1f2474e8a457f59faa3a30a712bf5a05911fd421f201a0b4b6
2021-09-02 17:04:29 +00:00
8f6780aa80 Fix installing DLLs on Windows
This was broken by the change to include the library major version in
the DLL name.

FossilOrigin-Name: ae68a88dd93140ff8b34d3584e226fe65395680f880e6a91b15ba3dfa4d22439
2021-05-02 22:18:38 +00:00
727b876e34 Include library major version in DLL name
FossilOrigin-Name: 8dfc32139c470e8e3bc79b0fc13ed3ddb8641f720e87a7e213490c59cbf7cf25
2021-05-02 15:08:48 +00:00
5ace575f1e Fix installing using build-aux/install-sh
FossilOrigin-Name: 3a8b331cffbb7ec79c016e46b9e45f65bc6c52bdff2c345c7f29ebf3685b11e3
2021-01-16 16:10:37 +00:00
3d013eecc9 Add support for HP-UX (Itanium)
FossilOrigin-Name: 867bf6b44cbbfac232a510401db6e2b7add81efdb2186fa2890aad3918831574
2021-01-13 17:31:00 +00:00
12d0a54c50 Delete .sl file before symlinking to it
FossilOrigin-Name: 944247deeb50fb8bfa020d9f0c463e6eb23f279159d20030d12b9355f0357d45
2021-01-01 15:49:14 +00:00
20094016fa Update copyright
FossilOrigin-Name: dbe1c3e2fd921d702543ab8b55ea768fc33bea8f36d5eba1a26cf1a230564b84
2021-01-01 14:15:50 +00:00
baa555fd2f Add support for HP-UX (PA-RISC)
FossilOrigin-Name: df36c4ab085b4a142b1a9aa8e6274962b8f28724ec6b67f52cdcd6d3f476cd38
2021-01-01 14:14:10 +00:00
c1c320628c Style change: Don't indent cases
FossilOrigin-Name: 8bd9a9831b530887ada806b1e4780d7de929f9e17c2de9806b194a8fdec1ce8c
2020-12-22 23:03:12 +00:00
766a8158c0 Don't use tput on MorphOS
The colored output is quite unreadable and in some MorphOS versions, the
output from tput is not 8-bit safe, with awk (for AC_SUBST) failing as a
result.

FossilOrigin-Name: 349e5fb9d2ed4181d6db16fb995e496d4a1730add9c8e2984a0a9b53b0d5cbff
2020-11-21 22:28:53 +00:00
95b2b15893 Add AC_SUBST for FRAMEWORK_LIBS
FossilOrigin-Name: 558c812e4b2225cd949d12599b09e410e2740b36be3e86c4fdc681aea6289aae
2020-10-02 23:32:09 +00:00
4eafbd7498 Move m4 to build-aux, update example configure.ac
FossilOrigin-Name: 540c37570d7603c375c1c0c2c55732a8caa4b74bc457cf28cac18b80803deaa0
2020-08-29 14:24:11 +00:00