aboutsummaryrefslogtreecommitdiffstats
path: root/jrunscript.in
Commit message (Collapse)AuthorAgeFilesLines
* PR789: typo in jrunscript.shOmair Majid2011-09-221-1/+1
| | | | | | | 2011-09-22 Lars Herschke <[email protected]> PR789: typo in jrunscript.sh * jrunscript.in: Use = instead of ==.
* Use autoconf to generate build.properties and jrunscriptOmair Majid2011-03-071-0/+8
2011-03-07 Omair Majid <[email protected]> * acinclude.m4 (IT_FIND_RHINO_JAR): Set RHINO_AVAILABLE to true or false appropriately. * build.properties.in: New file. * jrunscript.in: New file. * configure.ac: Add build.properties and jrunscript to AC_CONFIG_FILES. * Makefile.am (.PHONY): Remove clean-jrunscript. (build.properties): Remove target. (stamps/netx.stamp): Remove dependency on build.properties. (clean-netx): Do not delete build.properties. (jrunscript): Remove target. (check-pac-functions): Remove dependency on jrunscript. (clean-tests): Remove dependency on clean-jrunscript. (clean-jrunscript): Remove target.