source: trunk/third/gnome-vfs2/autogen.sh @ 20794

Revision 20794, 542 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20793, 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"
8REQUIRED_AUTOMAKE_VERSION=1.6
9
10(test -f $srcdir/configure.in \
11  && test -f $srcdir/HACKING \
12  && test -d $srcdir/libgnomevfs) || {
13    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
14    echo " top-level $PKG_NAME directory"
15    exit 1
16}
17
18which gnome-autogen.sh || {
19    echo "You need to install gnome-common from the GNOME CVS"
20    exit 1
21}
22USE_GNOME2_MACROS=1 . gnome-autogen.sh
Note: See TracBrowser for help on using the repository browser.