CoreFW  Check-in [9d0b087b32]

Overview
Comment:configure.ac: Remove useless checks.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9d0b087b329ab5f8a2b320327a8e5403e31e9e1a91d1a4807e41e626dd2608f0
User & Date: js on 2012-06-13 16:52:17
Other Links: manifest | tags
Context
2012-06-13
16:54
Add double boxing. check-in: e43ad662c9 user: js tags: trunk
16:52
configure.ac: Remove useless checks. check-in: 9d0b087b32 user: js tags: trunk
2012-05-03
18:43
Add box. check-in: 0c81d32c3e user: js tags: trunk
Changes

Modified configure.ac from [4e989aa284] to [d45a7f4e88].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AC_INIT(corefw, 0.1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AC_CANONICAL_HOST

AC_PROG_CC
AC_PROG_CPP
AC_CHECK_TOOL(AR, ar)
AC_PROG_RANLIB
AC_PROG_LN_S
AC_PROG_INSTALL

AS_IF([test x"$GCC" = x"yes"], [
	CFLAGS="$CFLAGS -Wall -Werror -pipe -std=c99 -pedantic"
])

BUILDSYS_SHARED_LIB
BUILDSYS_INIT
BUILDSYS_TOUCH_DEPS

AC_CONFIG_FILES(buildsys.mk)
AC_OUTPUT







<
<













1
2
3
4
5
6
7


8
9
10
11
12
13
14
15
16
17
18
19
20
AC_INIT(corefw, 0.1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AC_CANONICAL_HOST

AC_PROG_CC
AC_PROG_CPP


AC_PROG_LN_S
AC_PROG_INSTALL

AS_IF([test x"$GCC" = x"yes"], [
	CFLAGS="$CFLAGS -Wall -Werror -pipe -std=c99 -pedantic"
])

BUILDSYS_SHARED_LIB
BUILDSYS_INIT
BUILDSYS_TOUCH_DEPS

AC_CONFIG_FILES(buildsys.mk)
AC_OUTPUT