mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Switch to unversioned autoconf.
Remove unversioned autoconf symlink from all but the latest autoconf. This makes it clearer which autoconf is used.
This commit is contained in:
parent
bc5fc8375d
commit
5209078684
34 changed files with 54 additions and 85 deletions
|
|
@ -9,7 +9,7 @@ src_prepare() {
|
|||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
||||
autoreconf-2.57 -f
|
||||
AUTOCONF=autoconf-2.57 autoreconf-2.57 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
for file in */*/Makefile.in */Makefile.in Makefile.in; do
|
||||
|
|
@ -30,9 +30,4 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
|
||||
ln -sf "${PREFIX}/bin/autoconf-2.59" "${DESTDIR}${PREFIX}/bin/autoconf"
|
||||
ln -sf "${PREFIX}/bin/autoheader-2.59" "${DESTDIR}${PREFIX}/bin/autoheader"
|
||||
ln -sf "${PREFIX}/bin/autom4te-2.59" "${DESTDIR}${PREFIX}/bin/autom4te"
|
||||
ln -sf "${PREFIX}/bin/autoreconf-2.59" "${DESTDIR}${PREFIX}/bin/autoreconf"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue