ObjXMPP  Check-in [82071daa3c]

Overview
Comment:Move m4 to build-aux
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 82071daa3c77d132f68bb49a62d560767cfdf94d7d203c2199be3f18e030d12b
User & Date: js on 2016-07-09 21:34:05
Other Links: manifest | tags
Context
2016-07-09
22:39
Adjust to ObjFW changes check-in: 36e00ffb71 user: js tags: trunk
21:34
Move m4 to build-aux check-in: 82071daa3c user: js tags: trunk
2015-11-21
19:13
Remove autogen.sh check-in: 82b0fcb64a user: js tags: trunk
Changes

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

Added build-aux/m4/buildsys.m4 version [a0d8df708e].

Modified configure.ac from [e46a35cd39] to [6a4f3bf3d0].

1
2
3
4
5
6

7
8
9
10
11
12
13
1
2
3
4

5
6
7
8
9
10
11
12
13




-

+







AC_INIT(ObjXMPP, 0.1, js@webkeks.org)
BUILDSYS_INIT

AC_CONFIG_SRCDIR(src)
AC_CONFIG_MACRO_DIR(m4)
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 m4/ax_check_compiler_flags.m4 version [eb1353b82e].

Deleted m4/buildsys.m4 version [a0d8df708e].