]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- am_fix added (missing AS_PROG definition
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 25 Jan 2002 21:18:48 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm.spec -> 1.31

Eterm.spec

index aa84ae477ff40cd7d401b00e19afd139f813bf2d..b6696119e9e7e88fc2a429fce45e30fd49969e97 100644 (file)
@@ -10,6 +10,7 @@ Group(pl):    X11/Aplikacje
 Source0:       http://www.eterm.org/download/Eterm-0.9.1.tar.gz        
 Source1:       http://www.eterm.org/download/Eterm-bg-0.9.1.tar.gz     
 Source2:       %{name}.desktop
+Patch0:                %{name}-am_fix.patch
 URL:           http://www.eterm.org/
 BuildRequires: imlib2-devel >= 1.0.3
 BuildRequires:  libast-devel
@@ -41,11 +42,14 @@ grafice.
 
 %prep
 %setup -q -a1
+%patch0 -p1
 
 %build
+rm -f missing
 libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure \
        --with-delete="\033[3~" \
        --disable-static \
This page took 0.119599 seconds and 4 git commands to generate.