Changeset 5025
- Timestamp:
- Sep 13, 2005, 10:27:21 AM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
configure.ac (modified) (2 diffs)
-
pslib-config.in (modified) (3 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 -
trunk/psLib/pslib-config.in
r4981 r5025 4 4 exec_prefix=@exec_prefix@ 5 5 includedir=@includedir@ 6 top_srcdir=@ABS_SRCDIR@ 6 7 @PERL_INSTALLSYTLE@ 7 8 … … 17 18 --libs print library linking information 18 19 --cflags print pre-processor and compiler flags 20 --build-libs print library linking information to the build (non-installed) version 21 --build-cflags print pre-processor and compiler flags to the build (non-installed) version 19 22 --help display this help and exit 20 23 --version output version information … … 64 67 ;; 65 68 69 --build-cflags) 70 echo @SRCINC@ @PSLIB_CFLAGS@ 71 ;; 72 73 --build-libs) 74 echo -L@ABS_SRCDIR@/src/.libs -lpslib @PSLIB_LIBS@ 75 ;; 76 66 77 --deps) 67 78 echo @PSLIB_LIBS@
Note:
See TracChangeset
for help on using the changeset viewer.
