Edit

kc3-lang/libevent/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2007-11-08 17:36:28
    Hash : cabcd62f
    Message : r16578@catbus: nickm | 2007-11-08 12:34:51 -0500 The == operator in shell is a bash-ism; do not use it in autogen.sh svn:r503

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