Edit

kc3-lang/libevent/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2007-09-20 18:26:56
    Hash : 5a0d671f
    Message : r15219@catbus: nickm | 2007-09-20 14:17:32 -0400 Apply patch from Trond Norbye with recommendations from Magne Mahre and Hannah Schroeter: make autogen.sh work on systems where /bin/sh is not bash. svn:r444

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