Skip to content

Commit

Permalink
-removed useless macro and autoconfig parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledibenedetto committed Apr 18, 2012
1 parent f71e9fa commit bf00eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ else
fi

AC_STORM([])
AC_STORM_FRONTEND([])

have_curl_devel=no
have_xmlrpc_c_devel=no
have_storm_xmlrpc_c_devel=no

AC_CURL([])
AC_STORM_XMLRPC_C([])
Expand Down
4 changes: 1 addition & 3 deletions storm-frontend.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
%define curldir @CURL_LOCATION@
%define curldevdir @CURL_DEVEL_LOCATION@

%define stormfrontenddir @STORM_FRONTEND_LOCATION@

%define prefixname @PACKAGE_PREFIX_NAME@
%define shortname @PACKAGE_SHORT_NAME@
%define longname @PACKAGE_LONG_NAME@
Expand Down Expand Up @@ -101,7 +99,7 @@ GPFS from IBM and Lustre from SUN.

%build
./bootstrap emi.storm.common
./configure --prefix=/usr --sbindir=/usr/sbin --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --with-boost-prefix=%{boostdir} --with-boost-devel-prefix=%{boostdevdir} --enable-boost-mt --with-curl-prefix=%{curldir} --with-curl-devel-prefix=%{curldevdir} --with-storm-xmlrpc-c-prefix=%{stormxmlrpccdir} --with-storm-xmlrpc-c-devel-prefix=%{stormxmlrpccdevdir} --with-cgsi-gsoap-location=%{cgsigsoapdir} --with-argus-location=%{argusdir} --with-mysql-prefix=%{mysqldir} --with-mysql-devel-prefix=%{mysqldevdir} --with-voms-prefix=%{vomsdir} --with-voms-include=%{vomsincludedir} --with-gsoap-location=%{gsoapdir} --with-gsoap-wsdl2h-location=%{gsoapwsdl2hdir} --with-gsoap-version=%{gsoapversion} --with-gsoap-wsdl2h-version=%{gsoapwsdl2hversion} --with-storm-frontend-location=%{stormfrontenddir} --enable-gsoapgsi
./configure --prefix=/usr --sbindir=/usr/sbin --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --with-boost-prefix=%{boostdir} --with-boost-devel-prefix=%{boostdevdir} --enable-boost-mt --with-curl-prefix=%{curldir} --with-curl-devel-prefix=%{curldevdir} --with-storm-xmlrpc-c-prefix=%{stormxmlrpccdir} --with-storm-xmlrpc-c-devel-prefix=%{stormxmlrpccdevdir} --with-cgsi-gsoap-location=%{cgsigsoapdir} --with-argus-location=%{argusdir} --with-mysql-prefix=%{mysqldir} --with-mysql-devel-prefix=%{mysqldevdir} --with-voms-prefix=%{vomsdir} --with-voms-include=%{vomsincludedir} --with-gsoap-location=%{gsoapdir} --with-gsoap-wsdl2h-location=%{gsoapwsdl2hdir} --with-gsoap-version=%{gsoapversion} --with-gsoap-wsdl2h-version=%{gsoapwsdl2hversion} --enable-gsoapgsi
make

%pre
Expand Down

0 comments on commit bf00eb4

Please sign in to comment.