Hi everyone,

I think the %configure2_5x macro should be fixed. ATM it expands to:
[goetz@klama SRPMS]$ rpm --eval %configure2_5x

  CONFIGURE_TOP="${CONFIGURE_TOP:-.}";
  CFLAGS="${CFLAGS:--O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro\}" ; 
export CFLAGS ;
  CXXFLAGS="${CXXFLAGS:--O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiu\mpro}" 
; export CXXFLAGS ;
  FFLAGS="${FFLAGS:--O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro\}" ; 
export FFLAGS ;
  (cd $CONFIGURE_TOP; [ -f configure.in ] && libtoolize --copy --force) ;

[schnipp]

With autoconf 2.5 the autoconf file can be named configure.ac instead
of configure.in. So the libtoolize call should check also check for
configure.ac

CU
-- 
   G�tz Waschk <> master of computer science  <> University of Rostock    
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--

Reply via email to