IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6533


Ignore:
Timestamp:
Mar 6, 2006, 2:39:45 PM (20 years ago)
Author:
desonia
Message:

made prefix /usr/local instead of pwd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r6295 r6533  
    6565AC_PROG_LIBTOOL
    6666
    67 AC_PREFIX_DEFAULT([`pwd`])
    68 test "$prefix" = NONE && prefix=`pwd`
     67AC_PREFIX_DEFAULT([/usr/local])
     68test "$prefix" = NONE && prefix=/usr/local
    6969
    7070dnl check for standard language functionality
Note: See TracChangeset for help on using the changeset viewer.