Skip to content

Commit

Permalink
Changed LIBOPTS line. 'Fix' breaks on every single version other than…
Browse files Browse the repository at this point in the history
… the newest Suse (United Linux)

CVS patchset: 1145
CVS date: 2002/07/15 14:40:06

--HG--
extra : convert_revision : 00f41d005e4192688e4a84fdd6c48644f3a8b9ce
  • Loading branch information
msoffen committed Jul 15, 2002
1 parent dfa1eee commit eb9fd51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions configure.in
Expand Up @@ -5,7 +5,7 @@ dnl automake stuff
dnl added by Michael Moerz <e9625136@stud3.tuwien.ac.at> February 2001

dnl Initialiase, with sanity check of a unique file in the hierarchy
AC_REVISION($Revision: 1.105 $) dnl cvs revision
AC_REVISION($Revision: 1.106 $) dnl cvs revision
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
AC_CANONICAL_HOST
Expand Down Expand Up @@ -836,7 +836,10 @@ dnl AC_SUBST(ac_aux_dir)

dnl for libtool to work LTLIBOJS is needed (currently bug of autoconf)
Xsed="sed -e s/^X//"
LTLIBOBJS=`echo X"$LIB@&t@OBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
# This line breaks on every single version other than the newest Suse (United Linux)
# Commented out per converstion with Alan.
# LTLIBOBJS=`echo X"$LIB@&t@OBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
LTLIBOBJS=`echo X"$LIBOBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
AC_SUBST(LTLIBOBJS)

AC_SUBST(LIBADD_DL) dnl extra flags for dynamic linking libraries
Expand Down

0 comments on commit eb9fd51

Please sign in to comment.