IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/configure.in

    r3123 r3127  
    11AC_INIT([pslib],[1.5])
    22AM_CONFIG_HEADER(src/config.h)
    3 AM_INIT_AUTOMAKE(pslib, 1.5)
     3AM_INIT_AUTOMAKE(pslib, 1.4)
    44
    55PSLIB_LT_VERSION="0:0:0"
     
    125125AC_CHECK_LIB(mx,sqrtf)
    126126
     127DOXYGEN="doxygen Doxyfile"
     128AC_CHECK_PROG(DOXYGEN,doxygen,[echo Doxygen not detected in configure stage.])
     129AC_SUBST(DOXYGEN,$DOXYGEN)
     130
    127131dnl ---------------- export variables --------------------
    128132
Note: See TracChangeset for help on using the changeset viewer.