Edit

kc3-lang/libevent/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2007-11-12 02:37:25
    Hash : 6b4342db
    Message : copy trunk to 1.4 svn:r512

  • autogen.sh
  • #!/bin/sh
    LIBTOOLIZE=libtoolize
    SYSNAME=`uname`
    if [ "x$SYSNAME" = "xDarwin" ] ; then
      LIBTOOLIZE=glibtoolize
    fi
    aclocal && \
    	autoheader && \
    	$LIBTOOLIZE && \
    	autoconf && \
    	automake --add-missing --copy