summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-07-05 04:16:49 +0000
committerNathan Scott <nathans@sgi.com>2002-07-05 04:16:49 +0000
commit8147f63b77959c6a269dce108f3f70459061c111 (patch)
tree7ccb93e06357de9387532c4f6fd6af7148b69e76 /build
parent6110fc079a03f78bfdbc0243a858cfbaa9deba67 (diff)
downloadattr-8147f63b77959c6a269dce108f3f70459061c111.tar.gz
Build infrastructure updates so that configure options can be used to
specify paths rather than semi-hard-coded path names controlled by the PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and /lib32 as alternate library install paths, which some folks need.
Diffstat (limited to 'build')
-rw-r--r--build/rpm/attr.spec.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/rpm/attr.spec.in b/build/rpm/attr.spec.in
index f93f70e..bc79e97 100644
--- a/build/rpm/attr.spec.in
+++ b/build/rpm/attr.spec.in
@@ -48,8 +48,6 @@ You should install attr-devel if you want to develop programs
which make use of extended attributes. If you install attr-devel,
you'll also want to install attr.
-# If .census exists, then no setup is necessary, just go and do the build,
-# otherwise run setup
%prep
if [ -f .census ] ; then
if [ ! -d ${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION} ] ; then
@@ -57,8 +55,7 @@ if [ -f .census ] ; then
fi
else
%setup
-touch .census
-./configure
+@make@ configure
fi
%build