- Timestamp:
- Apr 22, 2026, 10:00:30 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/DataStoreServer/configure.ac
r16673 r42992 2 2 3 3 AC_INIT([DataStoreServer], [1.0.0], [ipp-support@ifa.hawaii.edu]) 4 5 # this checks for a working C compiler, but is only needed is 6 # we build *.c files, which we do not in DataStoreServer 7 # AC_PROG_CC 8 4 9 AC_CONFIG_SRCDIR([scripts]) 5 10 … … 9 14 AC_PROG_INSTALL 10 15 16 AC_ARG_WITH([cgidir], 17 [AS_HELP_STRING([--with-cgidir=DIR], 18 [directory for CGI programs])], 19 [cgidir="$withval"], 20 [cgidir=""]) 21 22 AC_ARG_WITH([dsroot], 23 [AS_HELP_STRING([--with-dsroot=DIR], 24 [directory for web data files])], 25 [dsroot="$withval"], 26 [dsroot=""]) 27 28 AC_SUBST([cgidir]) 29 AC_SUBST([dsroot]) 30 11 31 AC_CONFIG_FILES([ 12 32 Makefile 33 web/cgi/Makefile 13 34 scripts/Makefile 14 35 ])
Note:
See TracChangeset
for help on using the changeset viewer.
