Skip to content

Commit

Permalink
Revert changes, move back to building configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufustfirefly committed Jul 8, 2011
1 parent 1c6afb7 commit a9f1e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion ganglia.spec.in
Expand Up @@ -169,7 +169,6 @@ gmetad packages
%setup -n %{name}-%{version}

%build
./bootstrap
%configure --with-gmetad --enable-status --sysconfdir=%{conf_dir}
%ifnarch noarch
make
Expand Down
5 changes: 2 additions & 3 deletions scripts/package-ganglia-release
Expand Up @@ -26,7 +26,7 @@ svn export "https://ganglia.svn.sourceforge.net/svnroot/ganglia/tags/${TAG}" "$T
cd monitor-core

# Create all configure scripts, etc
#./bootstrap
./bootstrap

# Create initial ganglia.spec file with RHEL5 defaults
cp ganglia.spec.in ganglia.spec -f
Expand All @@ -36,8 +36,7 @@ svn export "https://ganglia.svn.sourceforge.net/svnroot/ganglia/tags/${TAG}" "$T
perl -pi -e 's/\@varstatedir\@/\/var\/lib/g;' ganglia.spec

# Clean extra stuff
#rm -rf autom4te.cache aclocal.m4 autom4te.cache config.cache config.h config.log config.status libtool Makefile stamp-h1
#rm -rf libmetrics/autom4te.cache libmetrics/aclocal.m4 libmetrics/autom4te.cache libmetrics/config.cache libmetrics/config.h libmetrics/config.log libmetrics/config.status libmetrics/libtool libmetrics/Makefile libmetrics/stamp-h1
rm -rf autom4te.cache libmetrics/autom4te.cache
)
mv -v "monitor-core" "ganglia-$TAG"
tar czvf "$CURDIR/ganglia-$TAG.tar.gz" "ganglia-$TAG"
Expand Down

0 comments on commit a9f1e7d

Please sign in to comment.