[Fedora-directory-commits] adminutil/lib/libadminutil genrb_wrapper.in, NONE, 1.1

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Mon Oct 30 19:25:25 UTC 2006


Author: nkinder

Update of /cvs/dirsec/adminutil/lib/libadminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23642/lib/libadminutil

Added Files:
	genrb_wrapper.in 
Log Message:
Resolves: 213070
Summary: Implements autotools build-system for AdminUtil.



--- NEW FILE genrb_wrapper.in ---
#!/bin/sh
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# 
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation version
# 2.1 of the License.
#                                                                                  
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#                                                                                  
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
# END COPYRIGHT BLOCK

# A wrapper for ICU utility genrb on Unix.
# Sets LD_LIBRARY_PATH before invoking the command

LD_LIBRARY_PATH=@icu_libdir@:$LD_LIBRARY_PATH

# HP SHLIB_PATH
SHLIB_PATH=@icu_libdir@:$SHLIB_PATH

export LD_LIBRARY_PATH SHLIB_PATH
echo @icu_bin@/genrb $@
exec @icu_bin@/genrb $@




More information about the Fedora-directory-commits mailing list