Edit

kc3-lang/libevent/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2006-11-22 04:35:56
    Hash : 51fde166
    Message : forgot to add this svn:r272

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