# Many package require GNU make. So use gmake if available, # for improved compatibility with *BSD systems where "make" # is BSD make, not GNU make. if command -v gmake >/dev/null 2>&1 then
alias make=gmake fi
cd "$PKGDIR"
if [ -x autogen.sh ] && [ ! -x configure ] then
./autogen.sh fi if [ -x configure ] then # We want to know if this is an autoconf configure script # or not, without actually executing it! if grep Autoconf ./configure > /dev/null then
./configure --with-gaproot="$GAPROOT" # hack: run `make clean` in case the package was built before with different settings makeclean else
./configure "$GAPROOT" # hack: run `make clean` in case the package was built before with different settings makeclean # hack: in browse and edim, `make clean` removes `Makefile` so run configure # again to ensure we can actually build them (we could restrict this hack to # the two offending packages, but since non-autoconf configure is super cheap, # there seems little reason to bother)
./configure "$GAPROOT" fi make fi
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.