ObjFW  Check-in [43b768bf0a]

Overview
Comment:configure: Add AC_PROG_EGREP to fix autoconf 2.72
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.0
Files: files | file ages | folders
SHA3-256: 43b768bf0a0d82f1cdbf30939723c5b00fa6a3fb3157666bd780cdb2c30a549e
User & Date: js on 2024-01-15 20:10:34
Other Links: branch diff | manifest | tags
Context
2024-01-15
20:13
Update ChangeLog check-in: 9daacae528 user: js tags: 1.0
20:10
configure: Add AC_PROG_EGREP to fix autoconf 2.72 check-in: 43b768bf0a user: js tags: 1.0
02:08
OFDNSResolver: Fix wrong shifts check-in: e7210cdbfd user: js tags: 1.0
2023-12-27
22:00
configure: Add AC_PROG_EGREP to fix autoconf 2.72 check-in: 52f3943aae user: js tags: trunk
Changes

Modified configure.ac from [57d57ac95a] to [4d3649084d].

147
148
149
150
151
152
153

154
155
156
157
158
159
160
	;;
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP

AC_PROG_LN_S

BUILDSYS_CHECK_IOS

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







>







147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
	;;
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP
AC_PROG_EGREP
AC_PROG_LN_S

BUILDSYS_CHECK_IOS

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