ObjFW  Check-in [4146badcdd]

Overview
Comment:configure.ac: AC_PROG_INSTALL is no longer needed
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4146badcdd05fde8298c3885fe04a8652c86741828e85438ba385ec762784bed
User & Date: js on 2021-01-16 16:14:27
Other Links: manifest | tags
Context
2021-01-30
20:21
Revert apple-forwarding-*.S back to AT&T syntax check-in: a6eb951b8c user: js tags: trunk
2021-01-16
16:14
configure.ac: AC_PROG_INSTALL is no longer needed check-in: 4146badcdd user: js tags: trunk
16:11
Update buildsys check-in: 58711b76a1 user: js tags: trunk
Changes

Modified configure.ac from [6f06ab9bc1] to [ec187ae771].

154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP
AC_PROG_LN_S
AC_PROG_INSTALL
AC_PROG_EGREP

BUILDSYS_CHECK_IOS

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))
AS_IF([test x"$with_wii" = x"yes"], [







<







154
155
156
157
158
159
160

161
162
163
164
165
166
167
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP
AC_PROG_LN_S

AC_PROG_EGREP

BUILDSYS_CHECK_IOS

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))
AS_IF([test x"$with_wii" = x"yes"], [