diff --git a/ChangeLog b/ChangeLog index 029fd37..78981a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-03-15 Thomas Vander Stichele + + * 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 * morituri/rip/offset.py: diff --git a/bin/rip b/bin/rip.in similarity index 100% rename from bin/rip rename to bin/rip.in diff --git a/configure.ac b/configure.ac index 45a9c09..2a9d52b 100644 --- a/configure.ac +++ b/configure.ac @@ -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