Changeset 5025 for trunk/psLib/configure.ac
- Timestamp:
- Sep 13, 2005, 10:27:21 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r5002 r5025 22 22 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 23 23 24 SRCPATH='$ (top_srcdir)/src'24 SRCPATH='${top_srcdir}/src' 25 25 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 26 26 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` … … 29 29 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=}) 30 30 AC_SUBST(SRCINC,${SRCINC=}) 31 31 AC_SUBST(ABS_SRCDIR,`pwd`) dnl assuming configure is run in top directory -- is there something better? 32 32 AC_DISABLE_STATIC 33 33 AC_PROG_MAKE_SET
Note:
See TracChangeset
for help on using the changeset viewer.
