ObjFW  Check-in [a19a19f2ce]

Overview
Comment:configure: Remove unused substitution
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a19a19f2ce47042627779811baf4e0fb849b8a5932e8a458f5382380d73bdb7e
User & Date: js on 2020-12-18 10:57:58
Other Links: manifest | tags
Context
2020-12-18
11:11
Update build-aux files from autoconf check-in: 8ca4fcafcc user: js tags: trunk
11:04
Merge trunk into branch "amiga-library" check-in: 3fdb99cfd0 user: js tags: amiga-library
10:57
configure: Remove unused substitution check-in: a19a19f2ce user: js tags: trunk
10:52
Remove support for ixemul on MorphOS check-in: 7ab180e9b6 user: js tags: trunk
Changes

Modified configure.ac from [2aa5aa9da1] to [59c9f5ff7b].

951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
951
952
953
954
955
956
957

958
959
960

961
962
963
964
965
966
967







-



-








AS_IF([test x"$ENCODINGS_SRCS" = x""], [
	ENCODINGS_SRCS="dummy.m"
])
AC_SUBST(ENCODINGS_SRCS)
AS_IF([test x"$enable_shared" != x"no"], [
	AC_SUBST(ENCODINGS_LIB_A, "encodings.lib.a")
	AC_SUBST(ENCODINGS_ENCODINGS_LIB_A, "encodings/encodings.lib.a")
])
AS_IF([test x"$enable_static" = x"yes" -o x"$enable_shared" = x"no"], [
	AC_SUBST(ENCODINGS_A, "encodings.a")
	AC_SUBST(ENCODINGS_ENCODINGS_A, "encodings/encodings.a")
])

AC_CHECK_FUNCS(arc4random arc4random_buf getrandom random, break)

AS_IF([test x"$host_os" != x"morphos"], [
	AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl")
])