Add /opt and /opt/local to list of possibly interesting directories for PATH and library path

darcs-hash:20060204113619-ac50b-97b1e6b3c2cf32fa12bf42486f9249319f4a531b.gz
This commit is contained in:
axel
2006-02-04 21:36:19 +10:00
parent 6920f039eb
commit 40ea5987b2

View File

@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(fish,1.20.1,fish-users@lists.sf.net)
for i in /usr/pkg /sw; do
for i in /usr/pkg /sw /opt /opt/local; do
AC_MSG_CHECKING([for $i/include include directory])
if test -d $i/include; then