[go: up one dir, main page]

File: autogen.sh

package info (click to toggle)
libgtop 1.0.6-1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,920 kB
  • ctags: 4,906
  • sloc: ansic: 19,666; sh: 7,575; makefile: 726; perl: 653; awk: 179; sed: 93; asm: 31
file content (17 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

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

PKG_NAME="Gnome Top Library"

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

. $srcdir/macros/autogen.sh