summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4')
-rw-r--r--Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m418
1 files changed, 10 insertions, 8 deletions
diff --git a/Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4 b/Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4
index 94be736537b..7499962f07c 100644
--- a/Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4
+++ b/Build/source/libs/zziplib/zziplib-0.13.58/m4/ax_not_enable_frame_pointer.m4
@@ -1,14 +1,15 @@
-
-dnl ______ /usr/share/aclocal/guidod/ax_not_enable_frame_pointer.m4 ______
+dnl /usr/share/aclocal/guidod-cvs/ax_not_enable_frame_pointer.m4
dnl @synopsis AX_NOT_ENABLE_FRAME_POINTER ([shellvar])
dnl
dnl add --enable-frame-pointer option, the default will add the gcc
dnl --fomit-frame-pointer option to the shellvar (per default CFLAGS)
-dnl and remove the " -g " debuginfo option from it. In other words,
-dnl the default is "--disable-frame-pointer"
+dnl and remove the " -g " debuginfo option from it. In other words, the
+dnl default is "--disable-frame-pointer"
dnl
-dnl @author guidod@gmx.de
-dnl @version 2004-11-30
+dnl @category C
+dnl @author Guido U. Draheim <guidod@gmx.de>
+dnl @version 2005-01-22
+dnl @license GPLWithACException
AC_DEFUN([AX_NOT_ENABLE_FRAME_POINTER],[dnl
AS_VAR_PUSHDEF([VAR],[enable_frame_pointer])dnl
@@ -20,8 +21,8 @@ case ".$VAR" in
m4_ifval($1,$1,CFLAGS)=`echo dnl
" $m4_ifval($1,$1,CFLAGS) " | sed -e 's/ -g / /'`
if test ".$GCC" = ".yes" ; then
- m4_ifval($1,$1,CFLAGS)="$m4_ifval($1,$1,CFLAGS) -fomit-frame-pointer"
- AC_MSG_RESULT([$VAR, -fomit-frame-pointer added])
+ m4_ifval($1,$1,CFLAGS)="$m4_ifval($1,$1,CFLAGS) -fomit-frame-pointer"
+ AC_MSG_RESULT([$VAR, -fomit-frame-pointer added])
else
AC_MSG_RESULT([$VAR, -g removed])
fi ;;
@@ -29,3 +30,4 @@ case ".$VAR" in
esac
AS_VAR_POPDEF([VAR])dnl
])
+