ObjOpenSSL  Diff

Differences From Artifact [cf425147e2]:

To Artifact [6ce20f4d23]:


1

2


3
4
5
6
7
8
9
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)

AC_CONFIG_SRCDIR(src)



AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [
       AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
])

test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)"

>

>
>







1
2
3
4
5
6
7
8
9
10
11
12
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)

AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)

AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [
       AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
])

test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)"