IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2026, 9:56:45 AM (7 weeks ago)
Author:
eugene
Message:

add autogen / configure elements to build pstamp CGI tools into CGI directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/configure.ac

    r34089 r43045  
    1818AC_PROG_LIBTOOL
    1919AC_SYS_LARGEFILE
     20
     21AC_ARG_WITH([cgidir],
     22  [AS_HELP_STRING([--with-cgidir=DIR],
     23                  [directory for CGI programs])],
     24  [cgidir="$withval"],
     25  [cgidir=""])
    2026
    2127dnl ------------------------------------------------------------
     
    5561AC_SUBST([PPSTAMP_CFLAGS])
    5662AC_SUBST([PPSTAMP_LIBS])
     63AC_SUBST([cgidir])
    5764
    5865AC_CONFIG_FILES([
     
    6067  src/Makefile
    6168  scripts/Makefile
     69  web/Makefile
    6270  ppstamp.pc
    6371])
Note: See TracChangeset for help on using the changeset viewer.