source: MondoRescue/branches/2.2.5/mondo/configure.in@ 1881

Last change on this file since 1881 was 1699, checked in by Bruno Cornec, 16 years ago

Try to remove warning only for functions returning value not examined

  • Property svn:keywords set to Id Rev
File size: 4.3 KB
RevLine 
[179]1dnl Autoconfigure file for Mondo Rescue v2.0x
[553]2dnl Mondo by Mondo dev team
[1]3dnl This script by Joshua Oreman
4dnl
5dnl Process this file with autoconf >=2.53 to produce a configure script.
6dnl
[102]7dnl $Id: configure.in 1699 2007-10-21 23:41:09Z bruno $
[1]8dnl
[1618]9define(MONDO_VER,m4_normalize(PBVER)))
[1636]10define(MONDO_REV,m4_normalize(rPBREV)))
[215]11define(MONDO_TAG,MONDO_VER-MONDO_REV)
12AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
[899]13AC_CONFIG_SRCDIR([src/mondoarchive/main.c])
[1]14AM_CONFIG_HEADER(config.h)
15
16AC_CANONICAL_HOST
17AC_CANONICAL_TARGET
18AC_ARG_PROGRAM
19
[919]20AM_INIT_AUTOMAKE([mondo], MONDO_VER)
[1]21AM_MAINTAINER_MODE
22
23AC_PROG_CXX
24AC_PROG_AWK
25AC_PROG_CC
[423]26AC_PROG_RANLIB
[1]27AC_PROG_CPP
28AC_PROG_INSTALL
29AC_PROG_LN_S
30AC_PROG_MAKE_SET
31
32
33dnl --with/--enable stuff
34do_static_mr=
35AC_ARG_ENABLE(static-mr, AS_HELP_STRING(--enable-static-mr,Link mondorestore statically), do_static_mr=$withval, do_static_mr= )
36AC_ARG_ENABLE(debug, AS_HELP_STRING(--enable-debug,Add debugging flags), CFLAGS="$CFLAGS -g", )
37AC_ARG_WITH(max-noof-media, AS_HELP_STRING(--with-max-noof-media=NUM,Compile for a certain maximum number of media (default 50)), max_noof_media=$withval, max_noof_media=50)
38AC_ARG_WITH(tape-block-size, AS_HELP_STRING(--with-tape-block-size=NUM,Set tape block size in kilobytes (default 131072)), exttape=${withval:=131072}, exttape=131072)
39if test x$do_static_mr = xyes; then
40 MONDORESTORE_STATIC=-static
41else
42 MONDORESTORE_STATIC=
43fi
44AC_SUBST(MONDORESTORE_STATIC)
45AC_DEFINE_UNQUOTED(MAX_NOOF_MEDIA, $max_noof_media, [Maximum number of media])
46AC_DEFINE_UNQUOTED(EXTTAPE, $exttape, [Tape blocksize])
47
48# ( which automake 2>/dev/null >/dev/null && ( automake --version 2>&1 | grep -q 1.5 || automake --version 2>&1 | grep -q 1.7 || AC_MSG_ERROR([Automake must be version 1.5 or 1.7, if you have it at all]) ) )
49
50# Checks for libraries.
[423]51dnl AC_CHECK_LIB([dl], [main])
[1]52AC_CHECK_LIB([newt], [newtInit])
53standardthread=0;
54
55case $build in
56 *freebsd*)
57 standardthread=0
58 AC_ARG_ENABLE(standard-pthreads, AS_HELP_STRING(--enable-standard-pthreads,(FreeBSD only) Compile with FreeBSD "standard" pthreads instead of LinuxThreads -- *MAY BE UNSTABLE*), standardthread=1, standardthread=0)
59 if test $standardthread -eq 0; then
[182]60 CPPFLAGS=$CPPFLAGS -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/pthread/linuxthreads
[1]61 PTHREAD="-L/usr/local/lib -llthread -llgcc_r";
62 if ! test -f /usr/local/include/pthread/linuxthreads/pthread.h; then
63 echo "*** Cannot find pthread.h: are you SURE you have linuxthreads installed?"
64 exit 1
65 fi
66 AC_CHECK_LIB(lthread, pthread_create, true, [echo "*** Cannot find -llthread."; echo "*** Please install linuxthreads from /usr/ports/devel/linuxthreads."; exit 1], [-L/usr/local/lib -llgcc_r])
67 else
68 PTHREAD="-lc_r"
69 fi
70 ;;
71 *linux*)
72 AC_CHECK_LIB(pthread, pthread_create, true, [echo "*** Cannot find -lpthread."; echo "*** Please make sure you have the linuxthreads glibc add-on installed."; exit 1])
73 PTHREAD="-lpthread"
[1699]74 CFLAGS="$CFLAGS -Wall -Wno-return-type -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
[1]75 ;;
76 *)
77 echo "*** Sorry, only Linux and FreeBSD are supported at this time. Want to help?"
78 ;;
79esac
80
81if test "$host_cpu" != "$target_cpu"; then
82 host_cpu=$target_cpu
83fi
84case "$host_cpu" in
85 i?86*)
86 CPPFLAGS="$CPPFLAGS -D__IA32__"
87 ;;
[1375]88 x86_64*)
89 CPPFLAGS="$CPPFLAGS -D__IA32__ -D__X86_64__"
90 ;;
[1]91 ia64*)
92 CPPFLAGS="$CPPFLAGS -D__IA64__"
93 ;;
94 *)
[1375]95 echo "*** Sorry, only Intel Architectures (ia32, x86_64, ia64) are supported at this time. Want to help?"
[1]96 ;;
97esac
98
99LIBS="$LIBS $PTHREAD"
100AC_SUBST(LIBS)
101
102# Checks for header files.
103AC_HEADER_STDC
104AC_HEADER_SYS_WAIT
105AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/ioctl.h sys/param.h sys/time.h unistd.h])
106
107# Checks for typedefs, structures, and compiler characteristics.
108AC_C_CONST
109AC_TYPE_OFF_T
110AC_TYPE_PID_T
111
112# Checks for library functions.
113AC_FUNC_CHOWN
114AC_FUNC_FORK
115AC_PROG_GCC_TRADITIONAL
116AC_FUNC_LSTAT
117AC_FUNC_MALLOC
118AC_TYPE_SIGNAL
119AC_FUNC_VPRINTF
[1654]120AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr mkdtemp])
[1]121
[899]122AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile])
Note: See TracBrowser for help on using the repository browser.