Index: branches/eam_branches/ipp-pstamp-20260421/pstamp/configure.ac
===================================================================
--- branches/eam_branches/ipp-pstamp-20260421/pstamp/configure.ac	(revision 42989)
+++ branches/eam_branches/ipp-pstamp-20260421/pstamp/configure.ac	(revision 43045)
@@ -18,4 +18,10 @@
 AC_PROG_LIBTOOL
 AC_SYS_LARGEFILE
+
+AC_ARG_WITH([cgidir],
+  [AS_HELP_STRING([--with-cgidir=DIR],
+                  [directory for CGI programs])],
+  [cgidir="$withval"],
+  [cgidir=""])
 
 dnl ------------------------------------------------------------
@@ -55,4 +61,5 @@
 AC_SUBST([PPSTAMP_CFLAGS])
 AC_SUBST([PPSTAMP_LIBS])
+AC_SUBST([cgidir])
 
 AC_CONFIG_FILES([
@@ -60,4 +67,5 @@
   src/Makefile
   scripts/Makefile
+  web/Makefile
   ppstamp.pc
 ])
