summaryrefslogtreecommitdiff
path: root/libxml.spec.in
diff options
context:
space:
mode:
authorGregory McLean <gregm@src.gnome.org>1999-02-28 02:38:48 +0000
committerGregory McLean <gregm@src.gnome.org>1999-02-28 02:38:48 +0000
commit047434332fb064853c03bf7065d2ba178c3dd9db (patch)
tree71cde566ae6f8ba4701b11513abc5350c7ade3a8 /libxml.spec.in
parent55a992728b92afd3012329f8a77dbaf090b0ff4a (diff)
downloadlibxml2-047434332fb064853c03bf7065d2ba178c3dd9db.tar.gz
alpha updates greg
alpha updates greg
Diffstat (limited to 'libxml.spec.in')
-rw-r--r--libxml.spec.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/libxml.spec.in b/libxml.spec.in
index 65c9b523..7b888a4c 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -44,9 +44,19 @@ Libraries, include files, etc you can use to develop libxml applications.
%build
# Needed for snapshot releases.
if [ ! -f configure ]; then
- CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
+%ifarch alpha
+ CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --host=alpha-redhat-linux --prefix=%prefi
+x --sysconfdir="/etc"
+%else
+ CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --sysconfdir="/etc"
+%endif
else
- CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
+%ifarch alpha
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix
+ --sysconfdir="/etc"
+%else
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --sysconfdir="/etc"
+%endif
fi
if [ "$SMP" != "" ]; then