]> git.pld-linux.org Git - packages/clips.git/commitdiff
- run libtoolize
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2002 09:50:40 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clips.spec -> 1.9

clips.spec

index 1bd22152d86a0cfed58891703e9d3cda57d63841..6cde853ecd4eb88489bad5434380aa0a618f0ec1 100644 (file)
@@ -19,6 +19,7 @@ Source9:      %{name}-examples-%{version}.tar.gz
 Patch0:                %{name}-automake.patch
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 URL:           http://www.ghg.net/clips/CLIPS.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -80,10 +81,11 @@ tar zxf %{SOURCE9}
 
 %build
 cd clipssrc
+libtoolize --copy --force
 aclocal
 autoheader
-automake -a -c
 autoconf
+automake -a -c
 
 echo '#undef HELP_DEFAULT' > usrsetup.h
 echo '#define HELP_DEFAULT "%{_datadir}/misc/%{name}.hlp"' >> usrsetup.h
This page took 0.057091 seconds and 4 git commands to generate.