ObjXMPP  Check-in [209a97ac11]

Overview
Comment:Move {install-sh,config.{guess,sub}} to build-aux
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 209a97ac119d259c82d608cd73b4f32ee4aeec358d8c734377a836f03d8f6ffc
User & Date: js on 2015-11-21 19:12:56
Other Links: manifest | tags
Context
2015-11-21
19:13
Remove autogen.sh check-in: 82b0fcb64a user: js tags: trunk
19:12
Move {install-sh,config.{guess,sub}} to build-aux check-in: 209a97ac11 user: js tags: trunk
2015-05-24
19:42
Adjust to new ObjOpenSSL check-in: d23ac2b580 user: js tags: trunk
Changes

Added build-aux/config.guess version [71dba7f4a4].

Added build-aux/config.sub version [7000ece130].

Added build-aux/install-sh version [f9c6aba00d].

Deleted config.guess version [71dba7f4a4].

Deleted config.sub version [7000ece130].

Modified configure.ac from [338f1818ba] to [4c71660923].

1
2

3

4
5
6
7
8
9
10
AC_INIT(ObjXMPP, 0.1, js@webkeks.org)
BUILDSYS_INIT

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(ObjXMPP, 0.1, js@webkeks.org)
BUILDSYS_INIT

AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)

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 [f9c6aba00d].