source: trunk/third/gnome-vfs/autogen.sh @ 15497

Revision 15497, 397 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15496, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Run this to generate all the initial makefiles, etc.
3
4srcdir=`dirname $0`
5test -z "$srcdir" && srcdir=.
6
7PKG_NAME="GNOME VFS"
8
9(test -f $srcdir/configure.in \
10  && test -f $srcdir/HACKING \
11  && test -d $srcdir/libgnomevfs) || {
12    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
13    echo " top-level $PKG_NAME directory"
14    exit 1
15}
16
17. $srcdir/macros/autogen.sh
Note: See TracBrowser for help on using the repository browser.