ToastFreeware
/
debian
/
mimetic.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* New upstream release.
[debian/mimetic.git]
/
configure.in
diff --git
a/configure.in
b/configure.in
index d58da24da9288d5b4b57566681fb6b13f088a1b9..f9e7f8552ff78fc2f23a6073f9044bef7fffe713 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,9
+1,9
@@
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 1.3
2
$)
+AC_REVISION($Revision: 1.3
5
$)
AC_INIT(mimetic/mimetic.h)
AC_CANONICAL_SYSTEM
AC_INIT(mimetic/mimetic.h)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(mimetic,0.9.
1
)
+AM_INIT_AUTOMAKE(mimetic,0.9.
2
)
AM_CONFIG_HEADER(mimetic/config.h)
dnl Checks for programs.
AM_CONFIG_HEADER(mimetic/config.h)
dnl Checks for programs.
@@
-150,6
+150,9
@@
if test "$enable_stlport" = "yes"; then
LDFLAGS="$LDFLAGS ${stlp_ldflags}"
fi
LDFLAGS="$LDFLAGS ${stlp_ldflags}"
fi
+CXXFLAGS="$CXXFLAGS -DHAVE_MIMETIC_CONFIG"
+CFLAGS="$CXXFLAGS"
+
dnl ** check for STL required features
AC_MSG_CHECKING([STL required features])
AC_TRY_COMPILE([#include <string>],
dnl ** check for STL required features
AC_MSG_CHECKING([STL required features])
AC_TRY_COMPILE([#include <string>],
@@
-171,6
+174,8
@@
AC_TYPE_OFF_T
AC_TYPE_UID_T
AC_HEADER_DIRENT
AC_TYPE_UID_T
AC_HEADER_DIRENT
+AC_CHECK_HEADERS(sys/stat.h)
+AC_CHECK_HEADERS(sys/types.h)
AC_CHECK_HEADERS(sys/time.h)
AC_CHECK_HEADERS(stdint.h)
AC_CHECK_HEADERS(sys/time.h)
AC_CHECK_HEADERS(stdint.h)