]> git.pld-linux.org Git - packages/at.git/commitdiff
- workaround for old config.sub file (BR: automake)
authormarcus <marcus@pld-linux.org>
Mon, 15 Oct 2001 10:26:46 +0000 (10:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    at.spec -> 1.43

at.spec

diff --git a/at.spec b/at.spec
index e0bef6fbc5533f912b30bc5e9541fee8087dc0ad..e999f18e53d798bfa0d3a126fcc84c348a5ff30a 100644 (file)
--- a/at.spec
+++ b/at.spec
@@ -31,6 +31,7 @@ Prereq:               /sbin/chkconfig
 Prereq:                rc-scripts >= 0.2.0
 Requires:      /usr/lib/sendmail
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/at
@@ -73,6 +74,8 @@ at ve batch /bin/sh kabu
 %patch8 -p1
 
 %build
+ln -sf /usr/share/automake/config.sub config.sub
+aclocal
 autoconf
 %configure \
        --with-atspool=/var/spool/at/spool \
This page took 0.060638 seconds and 4 git commands to generate.