Project

General

Profile

Actions

Feature #1332

closed

aclocal flags on freebsd

Added by Anonymous over 16 years ago. Updated almost 8 years ago.

Status:
Invalid
Priority:
Low
Category:
build_autotools
Target version:
ASK QUESTIONS IN Forums:

Description

these could be added into autogen.sh
because aclocal is not checking those dirs by default ( TutorialInstallation )


if test x$ACLOCAL_FLAGS = x; then
  if test `uname` = "NetBSD"; then
    ACLOCAL_FLAGS="-I /usr/pkg/share/aclocal" 
  elif test `uname` = "FreeBSD"; then
    ACLOCAL_FLAGS="-I /usr/local/share/aclocal" 
  fi  
fi

-- phadej

Actions #1

Updated by gstrauss almost 8 years ago

  • Description updated (diff)
  • Status changed from New to Invalid
  • Assignee deleted (jan)

Is this actually a problem on NetBSD or FreeBSD for all users of NetBSD or FreeBSD who attempt to compile lighttpd?

End-users attempting to compile lighttpd from source who run into missing m4 macros are more likely to need to install various development packages provided by their OS distributor.

Those that install autotools in non-default locations should probably do this themselves.

For reference: more general example of ACLOCAL_FLAGS http://askubuntu.com/questions/673502/how-do-i-fix-theses-m4-macro-errors

Actions

Also available in: Atom