comparison dev/autoconf213/autoconf213.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents c6c29dc90899
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
31 31
32 # http://www.linuxfromscratch.org/blfs/view/svn/general/autoconf213.html 32 # http://www.linuxfromscratch.org/blfs/view/svn/general/autoconf213.html
33 patch -p1 < ../autoconf.patch 33 patch -p1 < ../autoconf.patch
34 mv autoconf.texi autoconf213.texi 34 mv autoconf.texi autoconf213.texi
35 rm autoconf.info 35 rm autoconf.info
36 ./configure --prefix=/ --program-suffix=-2.13 36 ./configure --prefix= --program-suffix=-2.13
37 make 37 make
38 make install DESTDIR=$DESTDIR 38 make install DESTDIR=$DESTDIR
39 39
40 popd 40 popd
41 rm -rf autoconf-$PKGVERSION 41 rm -rf autoconf-$PKGVERSION