Author: rrelyea
Update of /cvs/dirsec/coolkey In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10446
Modified Files: Makefile.am Makefile.in config.status configure configure.in coolkey.spec libtool Log Message:
Build in new tree location. update .spec file from review comments.
Index: Makefile.am =================================================================== RCS file: /cvs/dirsec/coolkey/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile.am 9 Jun 2006 18:31:38 -0000 1.1.1.1 +++ Makefile.am 9 Jun 2006 21:56:34 -0000 1.2 @@ -19,7 +19,7 @@
# Process this file with automake to create Makefile.in.
-SUBDIRS = clib pkcs11/smartcard +SUBDIRS = src/libckyapplet src/coolkey
ACLOCAL_AMFLAGS = -I m4
Index: Makefile.in =================================================================== RCS file: /cvs/dirsec/coolkey/Makefile.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile.in 9 Jun 2006 18:31:31 -0000 1.1.1.1 +++ Makefile.in 9 Jun 2006 21:56:34 -0000 1.2 @@ -14,6 +14,25 @@
@SET_MAKE@
+# 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 + # Process this file with automake to create Makefile.in. srcdir = @srcdir@ top_srcdir = @top_srcdir@ @@ -186,7 +205,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -SUBDIRS = clib pkcs11/smartcard +SUBDIRS = src/libckyapplet src/coolkey ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = DISTCLEANFILES =
Index: config.status =================================================================== RCS file: /cvs/dirsec/coolkey/config.status,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- config.status 9 Jun 2006 18:31:38 -0000 1.1.1.1 +++ config.status 9 Jun 2006 21:56:34 -0000 1.2 @@ -271,7 +271,7 @@ _CSEOF echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 echo >&5 -config_files=" Makefile clib/Makefile pkcs11/smartcard/Makefile" +config_files=" Makefile src/libckyapplet/Makefile src/coolkey/Makefile" config_headers=" config.h" config_commands=" depfiles"
@@ -303,8 +303,8 @@ Report bugs to bug-autoconf@gnu.org." ac_cs_version="\ coolkey config.status "1.1.0" -configured by ./configure, generated by GNU Autoconf 2.59, - with options "'--disable-dependency-checking'" +configured by configure, generated by GNU Autoconf 2.59, + with options "'--disable-dependency-tracking'"
Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation @@ -383,23 +383,23 @@ fi
if $ac_cs_recheck; then - echo "running /bin/sh ./configure " '--disable-dependency-checking' $ac_configure_extra_args " --no-create --no-recursion" >&6 - exec /bin/sh ./configure '--disable-dependency-checking' $ac_configure_extra_args --no-create --no-recursion + echo "running /bin/sh configure " '--disable-dependency-tracking' $ac_configure_extra_args " --no-create --no-recursion" >&6 + exec /bin/sh configure '--disable-dependency-tracking' $ac_configure_extra_args --no-create --no-recursion fi
# # INIT-COMMANDS section. #
-AMDEP_TRUE="" ac_aux_dir="." +AMDEP_TRUE="#" ac_aux_dir="."
for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "clib/Makefile" ) CONFIG_FILES="$CONFIG_FILES clib/Makefile" ;; - "pkcs11/smartcard/Makefile" ) CONFIG_FILES="$CONFIG_FILES pkcs11/smartcard/Makefile" ;; + "src/libckyapplet/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libckyapplet/Makefile" ;; + "src/coolkey/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/coolkey/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 @@ -502,12 +502,12 @@ s,@CYGPATH_W@,echo,;t t s,@PACKAGE@,coolkey,;t t s,@VERSION@,1.1.0,;t t -s,@ACLOCAL@,${SHELL} /builds/netkey2/netkey/missing --run aclocal-1.9,;t t -s,@AUTOCONF@,${SHELL} /builds/netkey2/netkey/missing --run autoconf,;t t -s,@AUTOMAKE@,${SHELL} /builds/netkey2/netkey/missing --run automake-1.9,;t t -s,@AUTOHEADER@,${SHELL} /builds/netkey2/netkey/missing --run autoheader,;t t -s,@MAKEINFO@,${SHELL} /builds/netkey2/netkey/missing --run makeinfo,;t t -s,@install_sh@,/builds/netkey2/netkey/install-sh,;t t +s,@ACLOCAL@,${SHELL} /builds/fedora/coolkey/missing --run aclocal-1.9,;t t +s,@AUTOCONF@,${SHELL} /builds/fedora/coolkey/missing --run autoconf,;t t +s,@AUTOMAKE@,${SHELL} /builds/fedora/coolkey/missing --run automake-1.9,;t t +s,@AUTOHEADER@,${SHELL} /builds/fedora/coolkey/missing --run autoheader,;t t +s,@MAKEINFO@,${SHELL} /builds/fedora/coolkey/missing --run makeinfo,;t t +s,@install_sh@,/builds/fedora/coolkey/install-sh,;t t s,@STRIP@,strip,;t t s,@ac_ct_STRIP@,strip,;t t s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t @@ -515,7 +515,7 @@ s,@AWK@,gawk,;t t s,@SET_MAKE@,,;t t s,@am__leading_dot@,.,;t t -s,@AMTAR@,${SHELL} /builds/netkey2/netkey/missing --run tar,;t t +s,@AMTAR@,${SHELL} /builds/fedora/coolkey/missing --run tar,;t t s,@am__tar@,${AMTAR} chof - "$$tardir",;t t s,@am__untar@,${AMTAR} xf -,;t t s,@MAINTAINER_MODE_TRUE@,#,;t t @@ -531,18 +531,18 @@ s,@DEPDIR@,.deps,;t t s,@am__include@,include,;t t s,@am__quote@,,;t t -s,@AMDEP_TRUE@,,;t t -s,@AMDEP_FALSE@,#,;t t -s,@AMDEPBACKSLASH@,,;t t -s,@CCDEPMODE@,depmode=gcc3,;t t -s,@am__fastdepCC_TRUE@,,;t t -s,@am__fastdepCC_FALSE@,#,;t t +s,@AMDEP_TRUE@,#,;t t +s,@AMDEP_FALSE@,,;t t +s,@AMDEPBACKSLASH@,,;t t +s,@CCDEPMODE@,depmode=none,;t t +s,@am__fastdepCC_TRUE@,#,;t t +s,@am__fastdepCC_FALSE@,,;t t s,@CXX@,g++,;t t s,@CXXFLAGS@,-g -O2,;t t s,@ac_ct_CXX@,g++,;t t -s,@CXXDEPMODE@,depmode=gcc3,;t t -s,@am__fastdepCXX_TRUE@,,;t t -s,@am__fastdepCXX_FALSE@,#,;t t +s,@CXXDEPMODE@,depmode=none,;t t +s,@am__fastdepCXX_TRUE@,#,;t t +s,@am__fastdepCXX_FALSE@,,;t t s,@EGREP@,grep -E,;t t s,@LN_S@,ln -s,;t t s,@ECHO@,echo,;t t @@ -552,11 +552,11 @@ s,@ac_ct_RANLIB@,ranlib,;t t s,@CPP@,gcc -E,;t t s,@CXXCPP@,g++ -E,;t t -s,@F77@,g77,;t t -s,@FFLAGS@,-g -O2,;t t -s,@ac_ct_F77@,g77,;t t +s,@F77@,,;t t +s,@FFLAGS@,,;t t +s,@ac_ct_F77@,,;t t s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t -s,@LIBCKYAPPLET@,${top_builddir}/clib/libckyapplet.la,;t t +s,@LIBCKYAPPLET@,${top_builddir}/src/libckyapplet/libckyapplet.la,;t t s,@PCSC_CFLAGS@,-pthread -I/usr/include/PCSC ,;t t s,@PCSC_LIBS@,-lpcsclite ,;t t s,@SCARD_LIB_NAME@,libpcsclite.so.1,;t t
Index: configure =================================================================== RCS file: /cvs/dirsec/coolkey/configure,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- configure 9 Jun 2006 18:31:38 -0000 1.1.1.1 +++ configure 9 Jun 2006 21:56:34 -0000 1.2 @@ -425,7 +425,7 @@ PACKAGE_STRING='coolkey "1.1.0"' PACKAGE_BUGREPORT=''
-ac_unique_file="pkcs11/smartcard/coolkey.cpp" +ac_unique_file="src/coolkey/coolkey.cpp" # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> @@ -18937,7 +18937,7 @@
# add our compiled static libraries
-LIBCKYAPPLET="${top_builddir}/clib/libckyapplet.la" +LIBCKYAPPLET="${top_builddir}/src/libckyapplet/libckyapplet.la"
PCSC_MSG=no pcsc_path=/usr @@ -20996,7 +20996,7 @@
- ac_config_files="$ac_config_files Makefile clib/Makefile pkcs11/smartcard/Makefile" + ac_config_files="$ac_config_files Makefile src/libckyapplet/Makefile src/coolkey/Makefile"
cat >confcache <<_ACEOF # This file is a shell script that caches the results of configure @@ -21569,8 +21569,8 @@ case "$ac_config_target" in # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "clib/Makefile" ) CONFIG_FILES="$CONFIG_FILES clib/Makefile" ;; - "pkcs11/smartcard/Makefile" ) CONFIG_FILES="$CONFIG_FILES pkcs11/smartcard/Makefile" ;; + "src/libckyapplet/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libckyapplet/Makefile" ;; + "src/coolkey/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/coolkey/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
Index: configure.in =================================================================== RCS file: /cvs/dirsec/coolkey/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- configure.in 9 Jun 2006 18:31:32 -0000 1.1.1.1 +++ configure.in 9 Jun 2006 21:56:34 -0000 1.2 @@ -24,7 +24,7 @@
# Process this file with autoconf to produce a configure script. AC_INIT(coolkey,"1.1.0") -AC_CONFIG_SRCDIR([pkcs11/smartcard/coolkey.cpp]) +AC_CONFIG_SRCDIR([src/coolkey/coolkey.cpp]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE(coolkey, "1.1.0") AC_CONFIG_HEADERS([config.h]) @@ -54,7 +54,7 @@
# add our compiled static libraries AC_SUBST(LIBCKYAPPLET) -LIBCKYAPPLET="${top_builddir}/clib/libckyapplet.la" +LIBCKYAPPLET="${top_builddir}/src/libckyapplet/libckyapplet.la"
PCSC_MSG=no pcsc_path=/usr @@ -190,7 +190,7 @@
AC_CONFIG_FILES([ Makefile -clib/Makefile -pkcs11/smartcard/Makefile +src/libckyapplet/Makefile +src/coolkey/Makefile ]) AC_OUTPUT
Index: coolkey.spec =================================================================== RCS file: /cvs/dirsec/coolkey/coolkey.spec,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- coolkey.spec 9 Jun 2006 18:31:34 -0000 1.1.1.1 +++ coolkey.spec 9 Jun 2006 21:56:34 -0000 1.2 @@ -27,10 +27,9 @@ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pcsc-lite-devel -BuildRequires: zlib +BuildRequires: zlib-devel Requires: pcsc-lite Requires: ifd-egate -Requires: zlib Provides: CoolKey Openkey Obsoletes: CoolKey Openkey
@@ -40,7 +39,6 @@ %package devel Summary: CoolKey Applet libraries Group: System Environment/Libraries -Provides: coolkey-devel
%description devel Linux Driver support to access the CoolKey applet. @@ -50,7 +48,7 @@
%build %configure --disable-dependency-tracking -make %("_smp_mflags) +make %(?_smp_mflags)
%install rm -rf $RPM_BUILD_ROOT @@ -71,7 +69,7 @@
%files devel %{_libdir}/libckyapplet.a -%{_includedir} +%{_includedir}/*.h
%changelog
Index: libtool =================================================================== RCS file: /cvs/dirsec/coolkey/libtool,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- libtool 9 Jun 2006 18:31:32 -0000 1.1.1.1 +++ libtool 9 Jun 2006 21:56:34 -0000 1.2 @@ -40,7 +40,7 @@ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
# The names of the tagged configurations supported by this script. -available_tags=" CXX F77" +available_tags=" CXX"
# ### BEGIN LIBTOOL CONFIG
@@ -6954,311 +6954,3 @@
# ### END LIBTOOL TAG CONFIG: CXX
-# ### BEGIN LIBTOOL TAG CONFIG: F77 - -# Libtool was configured on host jordan.sfbay.redhat.com: - -# Shell to use when invoking shell scripts. -SHELL="/bin/sh" - -# Whether or not to build shared libraries. -build_libtool_libs=yes - -# Whether or not to build static libraries. -build_old_libs=yes - -# Whether or not to add -lc for building shared libraries. -build_libtool_need_lc=no - -# Whether or not to disallow shared libs when runtime libs are static -allow_libtool_libs_with_static_runtimes=no - -# Whether or not to optimize for fast installation. -fast_install=yes - -# The host system. -host_alias= -host=i686-redhat-linux-gnu -host_os=linux-gnu - -# The build system. -build_alias= -build=i686-redhat-linux-gnu -build_os=linux-gnu - -# An echo program that does not interpret backslashes. -echo="echo" - -# The archiver. -AR="ar" -AR_FLAGS="cru" - -# A C compiler. -LTCC="gcc" - -# LTCC compiler flags. -LTCFLAGS="-g -O2" - -# A language-specific compiler. -CC="g77" - -# Is the compiler the GNU C compiler? -with_gcc=yes - -# An ERE matcher. -EGREP="grep -E" - -# The linker used to build libraries. -LD="/usr/bin/ld" - -# Whether we need hard or soft links. -LN_S="ln -s" - -# A BSD-compatible nm program. -NM="/usr/bin/nm -B" - -# A symbol stripping program -STRIP="strip" - -# Used to examine libraries when file_magic_cmd begins "file" -MAGIC_CMD=file - -# Used on cygwin: DLL creation program. -DLLTOOL="dlltool" - -# Used on cygwin: object dumper. -OBJDUMP="objdump" - -# Used on cygwin: assembler. -AS="as" - -# The name of the directory that contains temporary libtool files. -objdir=.libs - -# How to create reloadable object files. -reload_flag=" -r" -reload_cmds="$LD$reload_flag -o $output$reload_objs" - -# How to pass a linker flag through the compiler. -wl="-Wl," - -# Object file suffix (normally "o"). -objext="o" - -# Old archive suffix (normally "a"). -libext="a" - -# Shared library suffix (normally ".so"). -shrext='.so' - -# Executable file suffix (normally ""). -exeext="" - -# Additional compiler flags for building library objects. -pic_flag=" -fPIC" -pic_mode=default - -# What is the maximum length of a command? -max_cmd_len=32768 - -# Does compiler simultaneously support -c and -o options? -compiler_c_o="yes" - -# Must we lock files when doing compilation? -need_locks="no" - -# Do we need the lib prefix for modules? -need_lib_prefix=no - -# Do we need a version for libraries? -need_version=no - -# Whether dlopen is supported. -dlopen_support=unknown - -# Whether dlopen of programs is supported. -dlopen_self=unknown - -# Whether dlopen of statically linked programs is supported. -dlopen_self_static=unknown - -# Compiler flag to prevent dynamic linking. -link_static_flag="-static" - -# Compiler flag to turn off builtin functions. -no_builtin_flag="" - -# Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec="${wl}--export-dynamic" - -# Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec="${wl}--whole-archive$convenience ${wl}--no-whole-archive" - -# Compiler flag to generate thread-safe objects. -thread_safe_flag_spec="" - -# Library versioning type. -version_type=linux - -# Format of library name prefix. -libname_spec="lib$name" - -# List of archive names. First name is the real one, the rest are links. -# The last name is the one that the linker finds with -lNAME. -library_names_spec="${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}" - -# The coded name of the library, if different from the real name. -soname_spec="${libname}${release}${shared_ext}$major" - -# Commands used to build and install an old-style archive. -RANLIB="ranlib" -old_archive_cmds="$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs~$RANLIB $oldlib" -old_postinstall_cmds="chmod 644 $oldlib~$RANLIB $oldlib" -old_postuninstall_cmds="" - -# Create an old-style archive from a shared archive. -old_archive_from_new_cmds="" - -# Create a temporary old-style archive to link instead of a shared archive. -old_archive_from_expsyms_cmds="" - -# Commands used to build and install a shared archive. -archive_cmds="$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib" -archive_expsym_cmds="$echo \"{ global:\" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e \"s/\\(.*\\)/\\1;/\" >> $output_objdir/$libname.ver~ - $echo \"local: *; };\" >> $output_objdir/$libname.ver~ - $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib" -postinstall_cmds="" -postuninstall_cmds="" - -# Commands used to build a loadable module (assumed same as above if empty) -module_cmds="" -module_expsym_cmds="" - -# Commands to strip libraries. -old_striplib="strip --strip-debug" -striplib="strip --strip-unneeded" - -# Dependencies to place before the objects being linked to create a -# shared library. -predep_objects="" - -# Dependencies to place after the objects being linked to create a -# shared library. -postdep_objects="" - -# Dependencies to place before the objects being linked to create a -# shared library. -predeps="" - -# Dependencies to place after the objects being linked to create a -# shared library. -postdeps="" - -# The library search path used internally by the compiler when linking -# a shared library. -compiler_lib_search_path="" - -# Method to check whether dependent libraries are shared objects. -deplibs_check_method="pass_all" - -# Command to use when deplibs_check_method == file_magic. -file_magic_cmd="$MAGIC_CMD" - -# Flag that allows shared libraries with undefined symbols to be built. -allow_undefined_flag="" - -# Flag that forces no undefined symbols. -no_undefined_flag="" - -# Commands used to finish a libtool library installation in a directory. -finish_cmds="PATH=\"\$PATH:/sbin\" ldconfig -n $libdir" - -# Same as above, but a single script fragment to be evaled but not shown. -finish_eval="" - -# Take the output of nm and produce a listing of raw symbols and C names. -global_symbol_pipe="sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'" - -# Transform the output of nm in a proper C declaration -global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" - -# Transform the output of nm in a C name address pair -global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'" - -# This is the shared library runtime path variable. -runpath_var=LD_RUN_PATH - -# This is the shared library path variable. -shlibpath_var=LD_LIBRARY_PATH - -# Is shlibpath searched before the hard-coded library search path? -shlibpath_overrides_runpath=no - -# How to hardcode a shared library path into an executable. -hardcode_action=immediate - -# Whether we should hardcode library paths into libraries. -hardcode_into_libs=yes - -# Flag to hardcode $libdir into a binary during linking. -# This must work even if $libdir does not exist. -hardcode_libdir_flag_spec="${wl}--rpath ${wl}$libdir" - -# If ld is used when linking, flag to hardcode $libdir into -# a binary during linking. This must work even if $libdir does -# not exist. -hardcode_libdir_flag_spec_ld="" - -# Whether we need a single -rpath flag with a separated argument. -hardcode_libdir_separator="" - -# Set to yes if using DIR/libNAME during linking hardcodes DIR into the -# resulting binary. -hardcode_direct=no - -# Set to yes if using the -LDIR flag during linking hardcodes DIR into the -# resulting binary. -hardcode_minus_L=no - -# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into -# the resulting binary. -hardcode_shlibpath_var=unsupported - -# Set to yes if building a shared library automatically hardcodes DIR into the library -# and all subsequent libraries and executables linked against it. -hardcode_automatic=no - -# Variables whose values should be saved in libtool wrapper scripts and -# restored at relink time. -variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - -# Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=unknown - -# Compile-time system search path for libraries -sys_lib_search_path_spec=" /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/ /usr/lib/gcc/i386-redhat-linux/3.2.3/ /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../../i386-redhat-linux/lib/i386-redhat-linux/3.2.3/ /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../../i386-redhat-linux/lib/ /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../i386-redhat-linux/3.2.3/ /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../ /lib/i386-redhat-linux/3.2.3/ /lib/ /usr/lib/i386-redhat-linux/3.2.3/ /usr/lib/" - -# Run-time system search path for libraries -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/mysql /usr/lib/mysql /usr/lib/qt-3.3/lib /usr/X11R6/lib /usr/lib/mysql /usr/lib/wine " - -# Fix the shell variable $srcfile for the compiler. -fix_srcfile_path="" - -# Set to yes if exported symbols are required. -always_export_symbols=no - -# The commands to list exported symbols. -export_symbols_cmds="$NM $libobjs $convenience | $global_symbol_pipe | $SED 's/.* //' | sort | uniq > $export_symbols" - -# The commands to extract the exported symbol list from a shared archive. -extract_expsyms_cmds="" - -# Symbols that should not be listed in the preloaded symbols. -exclude_expsyms="_GLOBAL_OFFSET_TABLE_" - -# Symbols that must always be exported. -include_expsyms="" - -# ### END LIBTOOL TAG CONFIG: F77 -
389-commits@lists.fedoraproject.org