ObjFW  Check-in [091c3f394c]

Overview
Comment:ofzip: Add missing ${PROG_SUFFIX}
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 091c3f394c8c0ed882d153c1cf57b615c812a1722296c2bdf167374939fabb61
User & Date: js on 2014-02-15 12:30:21
Other Links: manifest | tags
Context
2014-02-17
18:25
Add OFINIFile check-in: 355e24465d user: js tags: trunk
2014-02-15
12:30
ofzip: Add missing ${PROG_SUFFIX} check-in: 091c3f394c user: js tags: trunk
11:10
unicode.[hm]: Fix copyright check-in: a7c7a541ce user: js tags: trunk
Changes

Modified configure.ac from [f69618af30] to [7d5f97e559].

589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
AC_MSG_RESULT($atomic_ops)

AC_ARG_ENABLE(files,
	AS_HELP_STRING([--disable-files], [disable file support]))
AS_IF([test x"$enable_files" != x"no"], [
	AC_DEFINE(OF_HAVE_FILES, 1, [Whether we have files])
	AC_SUBST(USE_SRCS_FILES, '${SRCS_FILES}')
	AC_SUBST(OFZIP, ofzip)
])

AC_CHECK_FUNCS([sysconf gmtime_r localtime_r nanosleep lstat])

AC_CHECK_HEADERS([pwd.h grp.h])
AC_CHECK_FUNC(chmod, [
	AC_DEFINE(OF_HAVE_CHMOD, 1, [Whether we have chmod()])







|







589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
AC_MSG_RESULT($atomic_ops)

AC_ARG_ENABLE(files,
	AS_HELP_STRING([--disable-files], [disable file support]))
AS_IF([test x"$enable_files" != x"no"], [
	AC_DEFINE(OF_HAVE_FILES, 1, [Whether we have files])
	AC_SUBST(USE_SRCS_FILES, '${SRCS_FILES}')
	AC_SUBST(OFZIP, 'ofzip${PROG_SUFFIX}')
])

AC_CHECK_FUNCS([sysconf gmtime_r localtime_r nanosleep lstat])

AC_CHECK_HEADERS([pwd.h grp.h])
AC_CHECK_FUNC(chmod, [
	AC_DEFINE(OF_HAVE_CHMOD, 1, [Whether we have chmod()])