~vibhavp/ubuntu/raring/spl/merge-from-debian

« back to all changes in this revision

Viewing changes to spl-config.templ

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2006-08-21 08:21:06 UTC
  • mto: (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060821082106-6glercj8mn0un53l
Tags: upstream-1.0~pre2
ImportĀ upstreamĀ versionĀ 1.0~pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        --ldlibs)
11
11
                echo @LDLIBS@
12
12
                ;;
 
13
        --moddir)
 
14
                echo @MODDIR@
 
15
                ;;
13
16
        *)
14
 
                echo "Usage: $0 { --cflags | --ldflags | --ldlibs }"
 
17
                echo "Usage: $0 { --cflags | --ldflags | --ldlibs | --moddir }"
15
18
                exit 1
16
19
esac
17
20