A
download autogen.sh
Language: NonCode
LOC: 0
Project Info
gill
Server: Gnome
Type: cvs
Gnome\g\gill\gill\
   .cvsignore
   acconfig.h
   autogen.sh
   configure.in
   ill2svg.pl
   Makefile.am

#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="gill"

(test -f ./configure.in \
  && test -f $srcdir/src/gill.c) || {
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    echo " top-level gnome directory"
    exit 1
}

. $srcdir/macros/autogen.sh

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us