source: trunk/third/acme/autogen.sh @ 18698

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