ObjOpenSSL  Check-in [0649158fd6]

Overview
Comment:Move some files to build-aux
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0649158fd67b5b1cf61236196477634e3e99aecfe5689103cb728c04cf73cc21
User & Date: js on 2016-07-09 21:31:36
Other Links: manifest | tags
Context
2017-01-10
23:56
Adjust to ObjFW changes check-in: 43001c3544 user: js tags: trunk
2016-07-09
21:31
Move some files to build-aux check-in: 0649158fd6 user: js tags: trunk
21:24
Add SSLConnectionFailedException check-in: 74db1e8212 user: js tags: trunk
Changes

Deleted autogen.sh version [2b05639875].

Added build-aux/config.guess version [24a82e3051].

Added build-aux/config.sub version [30afda0058].

Added build-aux/install-sh version [4fa2988af1].

Added build-aux/m4/ax_check_compiler_flags.m4 version [eb1353b82e].

Added build-aux/m4/buildsys.m4 version [84c8baccbe].

Deleted config.guess version [24a82e3051].

Deleted config.sub version [30afda0058].

Modified configure.ac from [cf425147e2] to [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)"

Deleted install-sh version [4fa2988af1].

Deleted m4/ax_check_compiler_flags.m4 version [eb1353b82e].

Deleted m4/buildsys.m4 version [84c8baccbe].