50 most recent check-ins that include changes to files matching 'm4/*' occurring on or after 2009-12-09 18:26:48.
2020-08-29
| ||
14:24 | Move m4 to build-aux, update example configure.ac check-in: 540c37570d user: js tags: trunk | |
2020-05-31
| ||
16:50 | Update URL check-in: 7491c585ed user: js tags: trunk | |
2020-04-19
| ||
14:06 | Don't use lib prefix for DLLs check-in: 95204567d2 user: js tags: trunk | |
2020-02-18
| ||
23:52 | Make use of -include again check-in: 07c754748a user: js tags: trunk | |
21:57 | Eliminate dependency generation step entirely check-in: b7980e9839 user: js tags: trunk | |
2018-04-29
| ||
18:38 | Improve Amiga library support check-in: bb31d9c029 user: js tags: trunk | |
2018-04-28
| ||
23:39 | Replace MORPHOS_LIB with more generic AMIGA_LIB check-in: 7dd727fb42 user: js tags: trunk | |
2018-03-10
| ||
23:06 | Use OBJCXXFLAGS to generate deps for .mm check-in: d4067433d9 user: js tags: trunk | |
2018-02-11
| ||
15:17 | Fall back to using no colors if tput is missing check-in: a84dc775f5 user: js tags: trunk | |
2018-02-10
| ||
11:41 | Unbreak building without shared check-in: 85be9adcb4 user: js tags: trunk | |
2018-02-08
| ||
23:13 | Copy Info.plist into .bundle, if it exists check-in: b589fbb748 user: js tags: trunk | |
2018-02-07
| ||
22:38 | Remove deprecated -undefined dynamic_lookup check-in: 67f93e1ed7 user: js tags: trunk | |
21:05 | Build plugins as proper .bundles check-in: f9207c957a user: js tags: trunk | |
20:14 | Small cleanup check-in: 38d3be8fbf user: js tags: trunk | |
2018-01-21
| ||
21:45 | Use FRAMEWORK_LIBS instead of LIBS for .frameworks check-in: 72ce4372e0 user: js tags: trunk | |
19:00 | Allow BUILDSYS_FRAMEWORK to take a code block check-in: 6e4a40f731 user: js tags: trunk | |
18:39 | Update copyright check-in: 1821adf255 user: js tags: trunk | |
2018-01-19
| ||
00:17 | Use Apple libtool if build and host are Darwin check-in: 305b7c17e4 user: js tags: trunk | |
2017-10-24
| ||
21:48 | Check for codesign check-in: d4d7103d4e user: js tags: trunk | |
2017-10-19
| ||
20:54 | Add support for building iOS frameworks check-in: 53b768c617 user: js tags: trunk | |
2017-10-15
| ||
20:22 | Do not use LIB_LDFLAGS for .frameworks check-in: bdf6dfeb42 user: js tags: trunk | |
2017-09-10
| ||
20:56 | OpenBSD wants setaf * 0 0 on *-256color terms check-in: 511ab31af8 user: js tags: trunk | |
2017-01-07
| ||
23:07 | Always use -Wl,--export-all-symbols for libs check-in: ce59f77400 user: js tags: trunk | |
2016-07-09
| ||
19:58 | Don't match against androideabi*, but android* check-in: 0132db8ec5 user: js tags: trunk | |
2016-06-27
| ||
16:07 | Disable rpath for Android EABI check-in: 48acf8e912 user: js tags: trunk | |
2014-12-24
| ||
15:30 | Move install name to new variable check-in: c99df84e25 user: js tags: trunk | |
2014-05-25
| ||
12:04 | Include the lib major in the install_name check-in: 7b0bd04ed6 user: js tags: trunk | |
11:29 | Order shared library systems alphabetically check-in: 2fc58c7bfd user: js tags: trunk | |
11:28 | Better naming for shared library systems check-in: cce8f132a5 user: js tags: trunk | |
2014-05-15
| ||
15:52 | @rpath is not even needed as install_name check-in: be6fab977d user: js tags: trunk | |
01:09 | Use @rpath/foo.dylib as install_name check-in: f23a2d808f user: js tags: trunk | |
2014-02-24
| ||
02:55 | Do not automatically call AC_CONFIG_COMMANDS_* check-in: 5e8c4f49fc user: js tags: trunk | |
2014-02-23
| ||
17:39 | Update copyright check-in: a546121a77 user: js tags: trunk | |
2013-07-01
| ||
12:56 | Remove BUILDSYS_INIT and BUILDSYS_TOUCH_DEPS. check-in: a28e8368b3 user: js tags: trunk | |
2012-04-25
| ||
09:51 | Only generate depends if the compiler supports it. check-in: 775d4eae01 user: js tags: trunk | |
2012-03-21
| ||
20:28 | OS X: Only add -install_name after installation. check-in: 47b4ff074b user: js tags: trunk | |
12:13 | Update URL in copyright. check-in: a8598f9e8f user: js tags: trunk | |
12:13 | Update copyright. check-in: cd31cb7025 user: js tags: trunk | |
12:13 | Use -install_name on OS X for shared libs. check-in: 9507efa82f user: js tags: trunk | |
12:13 | Use .bundle instead of .impl. check-in: f3442c1aca user: js tags: trunk | |
2011-09-15
| ||
11:18 | Fix forgotten variable rename in buildsys.m4. check-in: 2dcb585335 user: js tags: trunk | |
2011-01-17
| ||
16:08 | Prevent a possible syntax error when not using shared libs. check-in: 80272a6a79 user: js tags: trunk | |
2010-12-26
| ||
23:52 | Get rid of tput warnings if capability is unavailable. check-in: 6f290a37ef user: js tags: trunk | |
2010-09-16
| ||
01:04 | It seems there are very different versions of tput. Handle both. check-in: 384043a8b4 user: js tags: trunk | |
2010-08-11
| ||
11:09 | Use tput for colour output, if available. check-in: 2035aa9673 user: js tags: trunk | |
2010-08-10
| ||
14:30 | Fix a bug in buildsys.m4 that would cause some shells to fail. check-in: 8d783666c4 user: js tags: trunk | |
2010-07-25
| ||
11:20 |
Use different object files for libs and plugins. This allows building a shared and static lib at once. check-in: 8f2b93e012 user: js tags: trunk | |
2010-05-08
| ||
19:27 | No need for -flat_namespace and -undefined dynamic_lookup is better. check-in: 4f1e103a44 user: js tags: trunk | |
14:40 | Include the library version in the resulting .dylib. check-in: b4cda18675 user: js tags: trunk | |
2009-12-09
| ||
18:26 | Check $host_os instead of $host. check-in: d0585f68ca user: js tags: trunk | |