source: trunk/scripts/nexus-config.in @ 1822

Revision 1477, 1.2 KB checked in by Freddie Akeroyd, 2 years ago (diff)

Correct typo in eval. Refs #228

  • Property svn:executable set to *
  • Property svn:keywords set to Id
Line 
1#!/bin/sh
2#====================================================================
3#  NeXus - Neutron & X-ray Common Data Format
4
5#  $Id$
6#
7#  @configure_input@
8
9#  Script for building NeXus applications
10#
11#  Copyright (C) 2010 Freddie Akeroyd
12
13#  This library is free software; you can redistribute it and/or
14#  modify it under the terms of the GNU Lesser General Public
15#  License as published by the Free Software Foundation; either
16#  version 2 of the License, or (at your option) any later version.
17#
18#  This library is distributed in the hope that it will be useful,
19#  but WITHOUT ANY WARRANTY; without even the implied warranty of
20#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21#  Lesser General Public License for more details.
22#
23#  You should have received a copy of the GNU Lesser General Public
24#  License along with this library; if not, write to the Free
25#  Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
26#  MA  02111-1307  USA
27#             
28#  For further information, see <http://www.nexusformat.org/>
29#
30#====================================================================
31prefix=@prefix@
32exec_prefix=@exec_prefix@
33libdir=@libdir@
34
35env PKG_CONFIG_PATH=${libdir}/pkgconfig pkg-config $* nexus
Note: See TracBrowser for help on using the repository browser.