ObjFW  Check-in [52f3943aae]

Overview
Comment:configure: Add AC_PROG_EGREP to fix autoconf 2.72
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 52f3943aae5f4b07b107c4fdea1961803b815b325dba1b2df07308a2e74d679b
User & Date: js on 2023-12-27 22:00:01
Other Links: manifest | tags
Context
2024-01-15
20:10
configure: Add AC_PROG_EGREP to fix autoconf 2.72 check-in: 43b768bf0a user: js tags: 1.0
2023-12-28
01:21
OFStream: Fix indentation check-in: 58fea9d1b2 user: js tags: trunk
2023-12-27
22:00
configure: Add AC_PROG_EGREP to fix autoconf 2.72 check-in: 52f3943aae user: js tags: trunk
20:31
utils/objfw-new: Add help check-in: a5ab3a8207 user: js tags: trunk
Changes

Modified configure.ac from [3d6a6f352e] to [76febf4d8b].

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_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"], [







>







148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
	;;
*)
	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"], [