view mcabber/autogen.sh @ 1169:36450491b884

Change -O2 flag as suggested by Myhailo According to Myhailo, using CFLAGS="$CFLAGS -O2" prevents user from specifying his own optimization flags, gcc uses last specified -O. Let's use CFLAGS="-O2 $CFLAGS".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 22 Feb 2007 22:36:23 +0100
parents 35f5c8738b55
children
line wrap: on
line source

#! /bin/sh

libtoolize --force --automake --copy
aclocal -I macros/
autoheader
autoconf
automake -a --copy