4 ## Provide the --enable-warnings configure argument, set to 'minimum'
7 AC_DEFUN([AC_ARG_WARNINGS],
9 AC_ARG_ENABLE([warnings],
10 [ --enable-warnings=[[none|minimum|maximum|hardcore]]
11 Control compiler pickyness. [[default=maximum]]],
12 [gtkmm_enable_warnings="$enableval"],
13 gtkmm_enable_warnings="maximum")
15 AC_MSG_CHECKING([for compiler warning flags to use])
17 gtkmm_warning_flags=''
19 # -W is now known as -Wextra, but that's not known by gcc 2 or 3
20 case "$gtkmm_enable_warnings" in
21 none|no) gtkmm_warning_flags='';;
22 minimum|yes) gtkmm_warning_flags='-Wall -Wno-unused-parameter';;
23 maximum) gtkmm_warning_flags='-W -Wall';;
24 hardcore) gtkmm_warning_flags='-W -Wall -Werror';;
29 if test "x$gtkmm_warning_flags" != "x"
31 echo 'int foo() { return 0; }' > conftest.cc
33 for flag in $gtkmm_warning_flags
35 # Test whether the compiler accepts the flag. GCC doesn't bail
36 # out when given an unsupported flag but prints a warning, so
37 # check the compiler output instead.
38 gtkmm_cxx_out="`$CXX $flag -c conftest.cc 2>&1`"
39 rm -f conftest.$OBJEXT
40 test "x${gtkmm_cxx_out}" = "x" && \
41 gtkmm_use_flags="${gtkmm_use_flags:+$gtkmm_use_flags }$flag"
48 if test "x$gtkmm_use_flags" != "x"
50 for flag in $gtkmm_use_flags
53 *" $flag "*) ;; # don't add flags twice
54 *) CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$flag";;
58 gtkmm_use_flags='none'
61 AC_MSG_RESULT([$gtkmm_use_flags])
67 AC_DEFUN([AC_ARG_DEBUG],
69 AC_MSG_CHECKING([for debug flags])
71 AC_ARG_ENABLE(debug,[ --enable-debug Build in debugging mode],[
80 debug_flags="-D_DEBUG -g"
83 debug_flags="-DNDEBUG -g"
86 debug_flags="-DNDEBUG"
91 CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"
92 CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"
94 AC_MSG_RESULT([$debug_flags])
100 AC_DEFUN([AC_ARG_OPTIMIZATION],
102 AC_MSG_CHECKING([for optimization flags])
104 AC_ARG_ENABLE(optimization,[ --enable-optimization=[[0,1,2,3,4]] Select optimization level (default=2)],[
105 optimization=$enableval
109 optimization_flags=''
110 case "$optimization" in
111 0|no) optimization_flags="-O0";;
112 1) optimization_flags="-O1";;
113 2|yes) optimization_flags="-O2";;
114 pass1) optimization_flags="-O2 -fprofile-arcs";;
115 pass2) optimization_flags="-O2 -fbranch-probabilities";;
116 3) optimization_flags="-O3";;
117 *) optimization_flags="-O4";;
119 CXXFLAGS="`echo $CXXFLAGS | sed 's:-O.::g'` $optimization_flags"
120 CFLAGS="`echo $CFLAGS | sed 's:-O.::g'` $optimization_flags"
121 AC_MSG_RESULT([$optimization_flags])
124 AC_DEFUN([AC_ARG_PROFILE_ARCS],
126 AC_MSG_CHECKING([for arc profiling])
128 AC_ARG_ENABLE(profile-arcs,[ --enable-profile-arcs Enable arc profiling],[
129 profile_arcs=$enableval
134 if test $profile_arcs = "yes" ; then {
135 CXXFLAGS="$CXXFLAGS -fprofile-arcs";
136 CFLAGS="$CFLAGS -fprofile-arcs";
139 AC_MSG_RESULT([$profile_arcs])
142 AC_DEFUN([AC_ARG_BRANCH_PROBABILITIES],
144 AC_MSG_CHECKING([for branch-probabilities])
146 AC_ARG_ENABLE(branch-probabilities,[ --enable-branch-probabilities Enable branch-probabilities],[
147 branch_probabilities=$enableval
149 branch_probabilities=no
152 if test $branch_probabilities = "yes" ; then {
153 CXXFLAGS="$CXXFLAGS -fbranch-probabilities";
154 CFLAGS="$CFLAGS -fbranch-probabilities";
157 AC_MSG_RESULT([$branch_probabilities])
160 AC_DEFUN([AC_ARG_PROFILING],
162 AC_MSG_CHECKING([for profiling])
164 AC_ARG_ENABLE(profiling,[ --enable-profiling Enable profiling using gprof],[
170 if test $profiling = "yes" ; then {
171 CFLAGS="$CFLAGS -pg";
172 CXXFLAGS="$CXXFLAGS -pg";
173 LDFLAGS="$LDFLAGS -pg";
177 AC_MSG_RESULT([$profiling])
180 MINGW_FLAGS="-mno-cygwin"
183 AC_DEFUN([AC_WIN32_QUIRKS],
188 AC_MSG_CHECKING([the flavor of the compiler])
189 if ( $CC --version | grep -q mingw ) ; then {
190 AC_MSG_RESULT([compiler is mingw special])
192 s/dir=\"\$absdir\"/dir=\`cygpath -d -m \"\$absdir\"\`/;
193 s/absdir=\`cd \"\$dir\" && pwd\`/absdir=\`cygpath -d -m \"\$dir\"\`/;
194 s/# We need an absolute path/dir=\`cygpath -d -m \"\$dir\"\` # We need an absolute path/;
195 s- /usr/lib- C:/mingw/lib-g;
196 s-\"/lib -\"C:/mingw/lib -g;
199 sys_lib_dlsearch_path_spec="C:/mingw/lib"
200 ac_default_prefix=`cygpath -d -m "$ac_default_prefix"`;
202 AC_MSG_RESULT([compiler is cygwin stock, adding -mno-cygwin])
203 CPP="$CPP $MINGW_FLAGS"
204 CC="$CC $MINGW_FLAGS"
205 CXX="$CXX $MINGW_FLAGS -L/usr/$host/lib -I/usr/include/c++/3.3.3/$host"
206 CXXCPP="$CXXCPP $MINGW_FLAGS"
212 CXXFLAGS="$CXXFLAGS -LC:/GTK/lib"
213 CFLAGS="$CFLAGS -LC:/GTK/lib"
214 LDFLAGS="$LDFLAGS -lole32 -no-undefined -Wl,--export-all-symbols -Wl,--subsystem=console -Wl,--enable-runtime-pseudo-reloc"
215 dnl LDFLAGS="$LDFLAGS -lole32 -no-undefined -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--subsystem=console -Wl,--enable-runtime-pseudo-reloc"
218 LDFLAGS="$LDFLAGS -lole32 -no-undefined -Wl,--export-all-symbols"
219 dnl LDFLAGS="$LDFLAGS -lole32 -no-undefined -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--subsystem=console"
220 CXXFLAGS="$CXXFLAGS -I/target/include"
221 CFLAGS="$CFLAGS -I/target/include"
224 echo Adding mac-specific optimization flags. . .
225 CXXFLAGS="$CXXFLAGS $G5OPTFLAGS"
232 AC_DEFUN([AC_LIBTOOL_PATCH],
235 if [[ "$LIBTOOL_PATCH_SED""x" != "x" ]] ; then {
236 printf "Patching libtool... "
237 cat libtool | sed "$LIBTOOL_PATCH_SED" > libtool2
241 AC_MSG_RESULT([patched])