[Mobies-commit] [commit] r4088 - UDM/trunk/rpmbuild_CentOS

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Mon Aug 13 09:19:37 CDT 2012


Author: ksmyth
Date: Mon Aug 13 09:19:37 2012
New Revision: 4088

Log:
autoreconf -i

Modified:
   UDM/trunk/rpmbuild_CentOS/make.sh

Modified: UDM/trunk/rpmbuild_CentOS/make.sh
==============================================================================
--- UDM/trunk/rpmbuild_CentOS/make.sh	Mon Aug 13 09:19:29 2012	(r4087)
+++ UDM/trunk/rpmbuild_CentOS/make.sh	Mon Aug 13 09:19:37 2012	(r4088)
@@ -11,8 +11,9 @@
 mkdir udm-$VERSION
 pushd ..
 pushd debian/zlib-1.2.3.3.dfsg/contrib/minizip && make libminizip && popd
+autoreconf -i
 ./configure LDFLAGS="-L$(pwd)/debian/zlib-1.2.3.3.dfsg/contrib/minizip/" CPPFLAGS="-I$(pwd)/debian/zlib-1.2.3.3.dfsg/contrib/"  CXXFLAGS="-I$(pwd)/debian/zlib-1.2.3.3.dfsg/contrib/" --without-xalan --without-antlr --prefix=/usr
-make DESTDIR=`pwd`/rpmbuild_CentOS/udm-$VERSION install
+make DESTDIR="$(pwd)"/rpmbuild_CentOS/udm-$VERSION install
 popd
 
 tar -zcvf udm-$VERSION.tar.gz udm-$VERSION


More information about the Mobies-commit mailing list