Edit

IABSD.fr/xenocara/lib/libX11/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-09-30 10:11:57
    Hash : a72daf0a
    Message : libX11 1.1.3

  • lib/libX11/autogen.sh
  • #! /bin/sh
    
    srcdir=`dirname $0`
    test -z "$srcdir" && srcdir=.
    
    ORIGDIR=`pwd`
    cd $srcdir
    
    autoreconf -v --install || exit 1
    cd $ORIGDIR || exit $?
    
    $srcdir/configure --enable-maintainer-mode "$@"