IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 10:27:21 AM (21 years ago)
Author:
desonia
Message:

added an option to get the build location of headers and library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r5002 r5025  
    2222SUBDIR="etc src test" dnl don't include 'swig', as it is optional
    2323
    24 SRCPATH='$(top_srcdir)/src'
     24SRCPATH='${top_srcdir}/src'
    2525SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"
    2626SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
     
    2929AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=})
    3030AC_SUBST(SRCINC,${SRCINC=})
    31 
     31AC_SUBST(ABS_SRCDIR,`pwd`) dnl assuming configure is run in top directory -- is there something better?
    3232AC_DISABLE_STATIC
    3333AC_PROG_MAKE_SET
Note: See TracChangeset for help on using the changeset viewer.