* configure.ac:

* bin/rip.in (added):
	* bin/rip (deleted):
	  Generate bin/rip so we can do sys.path stuff.
This commit is contained in:
Thomas Vander Stichele
2010-03-15 14:21:11 +00:00
parent 5a7c6f63d1
commit 3f2b07ef1c
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2010-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
* bin/rip.in (added):
* bin/rip (deleted):
Generate bin/rip so we can do sys.path stuff.
2010-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/offset.py:

View File

View File

@@ -44,6 +44,8 @@ AC_CHECK_PROG(PYCHECKER, pychecker, yes, no)
AM_CONDITIONAL(HAVE_PYCHECKER, test "x$PYCHECKER" = "xyes")
dnl output stuff
AC_CONFIG_FILES([bin/rip], [chmod +x bin/rip])
AC_OUTPUT(
Makefile
bin/Makefile