rfm
d0fae65d78
revert accidental update
2024-05-26 15:39:18 +01:00
rfm
ffe5f324e1
Changes for new release.
2024-05-26 11:32:19 +01:00
hmelder
554d207704
Update configure script
2024-04-18 11:11:04 +02:00
hmelder
7cfd293ad8
Fix installation command in INSTALL
2024-04-18 11:11:04 +02:00
hmelder
c2a7753ffc
Bump Objective-C runtime version and add installation instructions
2024-04-18 11:11:04 +02:00
rfm
e480e8b3bc
Merge pull request #45 from qmfrederik/fixes/libdir
...
Allow users to override the /lib dir
2024-03-31 11:34:47 +01:00
rfm
0cf140efc0
Merge pull request #44 from qmfrederik/fix-library-typo
...
gs_library_combo.m4: Fix typo in 'library'
2024-03-31 11:34:06 +01:00
Frederik Carlier
adbab30895
Allow users to override the /lib dir
...
The [File Hierarchy Standard][1] allows for an alternative format for essential shared libraries, using `lib<qual>` instead of `lib`.
Some Linux distributions, like Enterprise Linux, adopt this, and on 64-bit systems the shared libraries would go into `lib64` instead of `lib`.
Currently the Fedora/EPEL packages [manually patch the fhs and fhs-system files][2].
This commit updates the `./configure` script so that the user can manually specify a `lib` folder, e.g. `--with-libdir=lib64`.
[1]: https://www.pathname.com/fhs/pub/fhs-2.3.html#LIBLTQUALGTALTERNATEFORMATESSENTIAL
[2] https://src.fedoraproject.org/rpms/gnustep-make/blob/rawhide/f/gnustep-make.spec#_64
2024-03-29 10:12:14 +00:00
Frederik Carlier
dc8387f6f9
gs_library_combo.m4: Fix typo in 'library'
2024-03-29 08:54:52 +00:00
rfm
77c46a1f0e
regenerate configure for last update
2024-02-14 13:58:11 +00:00
rfm
6d6548bef9
Merge pull request #19 from gaelicWizard/GNUstep-reset
...
Generate GNUstep-reset.sh from GNUstep-reset.sh.in
2024-02-14 13:55:41 +00:00
rfm
fa9df0b6fd
Merge pull request #20 from gaelicWizard/TAR
...
Exclude .git and .hg from installed packages
2024-02-14 11:58:52 +00:00
rfm
9de817126c
javac -h turns out to be much more complicated than javah :-(
2024-02-14 11:50:21 +00:00
rfm
76a1df3b61
Use javac -h if javah is not present
2024-02-11 13:34:31 +00:00
rfm
d5002f8405
Improve error message when bash is not available
2023-12-12 20:06:02 +00:00
rfm
2e99da71ef
allow configure without bash ... abort tests at runtime
2023-12-12 19:58:02 +00:00
rfm
a95eb8e724
Require bash for test framework
2023-12-11 17:29:38 +00:00
rfm
6d6d77ce93
documentation update for new texi
2023-12-05 15:44:38 +00:00
Frederik Seiffert
ca20ad3cfd
Ensure -gcodeview on Windows MSVC
2023-12-04 17:34:47 +01:00
hmelder
cd8d5259ee
Remove redundant comment
2023-11-01 09:48:29 +01:00
hmelder
d1f1f672c7
Rebuild configure from configure.ac
2023-11-01 09:48:29 +01:00
hmelder
209af1c9e9
Rewrite linker check based on linker verbose output
2023-11-01 09:48:29 +01:00
hmelder
e5c3acf855
Detect ARC when using apple runtime
2023-11-01 09:47:46 +01:00
Hugo Melder
c1703a066a
Remove ancient GNUstep-HOWTO and references to it in README
...
* Remove GNUstep-HOWTO and reference to it in README
* Update README
2023-11-01 09:47:05 +01:00
Richard Frith-Macdonald
3ff4ee8a05
Specify texi2html output file explicitly
2023-02-06 21:35:32 +00:00
Riccardo Mottola
2ce2a05f45
Try to implement .dist-ignore support for git-dist: after archive, export and recompress again by excluding .dist-ignore
2023-02-06 21:19:49 +01:00
Hugo Melder
5ee21206a8
Windows MSVC debug symbols, gnustep-tests extension, and typo fixes ( #30 )
...
* Conditionally add PDB Debug Info on Windows MSVC
* Add make debug and no-silent options
* Update gnustep-tests help prompt
2023-01-09 23:30:22 +01:00
Richard Frith-Macdonald
f0e00360a2
Dec 2022 release
2022-12-28 10:18:03 +00:00
Richard Frith-Macdonald
6b6217fb14
Make sure test framework is in the include path
2022-12-23 10:19:23 +00:00
Richard Frith-Macdonald
626971095f
Fix occasional loss of pass/fail output
2022-12-05 10:58:38 +00:00
Richard Frith-Macdonald
3b1d8035b2
Fix uninitialised variable in test
2022-12-05 10:35:49 +00:00
Riccardo
58d9d3a9e5
since newer autoconf detects linux-musl as separate, try to support it ( #32 )
...
* since newer autoconf detects linux-musl as separate, try to support it
2022-12-04 23:14:34 +01:00
Hugo Melder
13db21b769
Merge pull request #28 from gnustep/msvc-debugger-fixes
...
Various fixes for Windows MSVC
2022-08-03 14:59:40 +02:00
Hugo Melder
5d7d5838f8
Merge pull request #29 from gnustep/msvc-pdb-fix
...
Add missing LIB_LINK_PDB_FILE variable to framework.make
2022-08-03 14:55:49 +02:00
Hugo Melder
323223cae6
Add missing LIB_LINK_PDB_FILE variable to framework.make
2022-08-03 14:43:36 +02:00
Hugo Melder
5dd6aee069
Cleanup config.make.in
2022-08-02 19:25:07 +02:00
Hugo Melder
c4eb5b1192
Remove verbose messages and regenerate configure
2022-08-02 19:01:46 +02:00
Hugo Melder
42fe78d730
Remove old configure
2022-08-02 18:57:19 +02:00
Hugo Melder
0e1b7ea571
Regenerate configure and aclocal.m4
2022-08-02 18:56:06 +02:00
Hugo Melder
d46255b681
Find a compatible debugger
2022-08-02 18:35:28 +02:00
Hugo Melder
1b247a9b4c
Conditionally use strncpy_s on MSVC
2022-08-02 17:46:37 +02:00
Hugo Melder
360ec400bc
Conditionally use strncpy_s on MSVC
2022-08-02 16:34:18 +02:00
Hugo Melder
ea58b898e9
Create DEBUGGER variable
2022-08-02 16:26:35 +02:00
Fred Kiefer
0dee926610
Merge pull request #27 from gnustep/config_update
...
Use newer version of config.guess and config.sub.
2022-06-12 17:20:42 +02:00
Fred Kiefer
1e69012101
Use newer version of config.guess and config.sub.
...
Update configure.ac with autoupdate and regenerate configure with autoconf.
2022-05-10 22:56:55 +02:00
Richard Frith-Macdonald
5e9818204b
Avoid output from TestInfo script breaking things
2022-03-01 13:57:56 +00:00
Richard Frith-Macdonald
fd76f00ab8
Unless --failfast is specified, all test files should be executed.
2022-02-16 09:29:58 +00:00
rfm
0c837c086b
Merge pull request #25 from svgol/tmp_Docs_to_LOCAL
...
* Documentation is now installed in the LOCAL domain
2022-02-08 21:24:00 +00:00
Richard Frith-Macdonald
d637bdbbb3
fix typo referencing variable
2022-01-31 15:35:46 +00:00
Richard Frith-Macdonald
e0cd6bf36e
log file hamdling tweaks
2022-01-31 13:35:40 +00:00