* Fix the scripts, my previous commit was untested, and some
scripts ended up not pointing to the right place (xsp was trying
to call 2.0/xsp.exe instead of 2.0/xsp2.exe and xsp1 was trying to
call 1.0/xsp1.exe instead of 1.0/xsp.exe).
Fixes#431121
svn path=/trunk/xsp/; revision=114545
* scripts/Makefile.am ($(tool_scripts)): Follow the naming pattern
used in Mono 2.0. By default the `script' is a 2.0 script,
`script1' is the 1.0 script, and `script2' is the 2.0 script.
svn path=/trunk/xsp/; revision=113665
* configure.in:
* src/mono.snk:
* src/AssemblyInfo.cs.in:
* src/Makefile.am:
* src/Mono.WebServer/xsp-2.pc.in:
* src/Mono.WebServer/xsp.pc.in:
* src/Mono.WebServer/AssemblyInfo2.cs.in:
* src/Mono.WebServer/AssemblyInfo.cs.in:
* src/Mono.WebServer/Makefile.am:
* src/AssemblyInfoModMono.cs.in:
* src/mono.pub:
* scripts/Makefile.am: xsp, xsp2, Mono.WebServer and Mono.WebServer2 are
installed in the GAC now to avoid problems with the upcoming patch in
the runtime.
svn path=/trunk/xsp/; revision=63843
* configure.in: put the full path to mono in RUNTIME
* */Makefile.am: s.$libdir.$prefix/lib, since that's what mono
uses. Also, for scripts, use RUNTIME rather than just `mono'.
svn path=/trunk/xsp/; revision=44211
* server/Makefile.am (CLEANFILES): Clean up *.exe and *.mdb.
* tools/dbsessmgr/Makefile.am (EXTRA_DIST): Add dbsessmgr2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* tools/asp_state/Makefile.am (EXTRA_DIST): Add asp-state2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* scripts/Makefile.am (CLEANFILES): Fix typos. Clean up all the scripts.
svn path=/trunk/xsp/; revision=37773