|
|
|
@ -20,8 +20,14 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
if [ $xpkg = automake19 ]; then |
|
|
|
postmake="rm -rf $datadir/automake ; ln -s automake-1.9 $datadir/automake" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ $xpkg = automake18 ]; then |
|
|
|
postmake="rm -rf $datadir/automake ; ln -s automake-1.8 $datadir/automake" |
|
|
|
infodir="$builddir/do_not_install_info_files" |
|
|
|
confopt="$confopt --program-suffix='-1.8'" |
|
|
|
postmake="rm $bindir/aclocal-1.8-1.8 $bindir/automake-1.8-1.8" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ $xpkg = automake17 ]; then |
|
|
|
|