Diff for /freem-rpmbuild-os2/SPECS/freem.spec between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2025/03/27 15:38:04 version 1.4, 2025/04/14 02:47:06
Line 19  Coherent Logic FreeM MUMPS interpreter a Line 19  Coherent Logic FreeM MUMPS interpreter a
   
 %prep  %prep
 %setup -q  %setup -q
   rm -f libtool.m4
   libtoolize --force --copy
   aclocal -I . -I m4
   automake --add-missing --copy
   autoconf
   autoheader
   
 %build  %build
 CONFIG_SHELL="/bin/sh"; export CONFIG_SHELL;\  export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
 %configure CC=/usr/bin/gcc.exe GREP=/usr/bin/grep.exe SED=/usr/bin/sed.exe  export CONFIG_SHELL=/usr/bin/sh.exe
   export MAKESHELL=/usr/bin/sh.exe
   export SHELL=/usr/bin/sh.exe
   export CC=/usr/bin/gcc.exe
   export GREP=/usr/bin/grep.exe
   export SED=/usr/bin/sed.exe
   %configure
 make %{?_smp_mflags}  make %{?_smp_mflags}
   
 %install  %install

Removed from v.1.1.1.1  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>