buildsys  Check-in [747670c8be]

Overview
Comment:Allow an else for BUILDSYS_{FRAMEWORK,BUNDLE}
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: 747670c8be997464290889c3735c8c63b48a483296f6a91fc6ef70ecbe3ea684
User & Date: js on 2024-11-16 13:30:11
Other Links: manifest | tags
Context
2024-11-16
13:30
Allow an else for BUILDSYS_{FRAMEWORK,BUNDLE} Leaf check-in: 747670c8be user: js tags: trunk
2024-08-11
09:02
Change license to unmodified ISC check-in: 28f534922c user: js tags: trunk
Changes

Modified build-aux/m4/buildsys.m4 from [7f0430651d] to [063f7ab35f].

324
325
326
327
328
329
330



331
332
333
334
335
336
337
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340







+
+
+








		AC_SUBST(FRAMEWORK_LDFLAGS)
		AC_SUBST(FRAMEWORK_LDFLAGS_INSTALL_NAME)
		AC_SUBST(FRAMEWORK_LIBS)

		$1
		;;
	*)
		$2
		;;
	esac
])

AC_DEFUN([BUILDSYS_PLUGIN], [
	AC_REQUIRE([AC_CANONICAL_HOST])
	AC_REQUIRE([BUILDSYS_CHECK_IOS])
	AC_MSG_CHECKING(for plugin type)
381
382
383
384
385
386
387



388
389
384
385
386
387
388
389
390
391
392
393
394
395







+
+
+


			LINK_BUNDLE='${MKDIR_P} $$out/Contents/MacOS && ${INSTALL} -m 644 Info.plist $$out/Contents/Info.plist && ${LD} -o $$out/Contents/MacOS/$${out%.bundle} ${PLUGIN_OBJS} ${PLUGIN_OBJS_EXTRA} ${PLUGIN_LDFLAGS} ${LDFLAGS} ${LIBS}'
		])

		AC_SUBST(LINK_BUNDLE)

		$1
		;;
	*)
		$2
		;;
	esac
])