~ubuntu-branches/ubuntu/trusty/liblo/trusty

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Robert Jordens
  • Date: 2005-09-15 17:40:05 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050915174005-4iffeu5e8lbkq98g
Tags: upstream-0.22
ImportĀ upstreamĀ versionĀ 0.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
if [ -n "$GNOME2_DIR" ]; then
10
10
        ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
11
11
        LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
12
 
        PATH="$GNOME2_DIR/bin:$PATH"
 
12
        PATH="$GNOME2_DIR/bin:/opt/local/bin:$PATH"
13
13
        export PATH
14
14
        export LD_LIBRARY_PATH
15
15
fi