diff --git a/Makefile.am b/Makefile.am index e17ae64..d2565d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,8 @@ clean-local: -e 's/[^ ]*\([^=]*\)=[^ ]*/-N\1_size/'` \ "$<" "$@" +shellinabox/shell_in_a_box.o: shellinabox/shell_in_a_box.js config.h + .js.o: @$(ECHO) preprocess "$<" \| objcopy "$@" @trap 'rm -f "$@.pre"' EXIT INT TERM QUIT; \ diff --git a/Makefile.in b/Makefile.in index 57f7d78..e85acac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1101,6 +1101,8 @@ clean-local: -e 's/[^ ]*\([^=]*\)=[^ ]*/-N\1_size/'` \ "$<" "$@" +shellinabox/shell_in_a_box.o: shellinabox/shell_in_a_box.js config.h + .js.o: @$(ECHO) preprocess "$<" \| objcopy "$@" @trap 'rm -f "$@.pre"' EXIT INT TERM QUIT; \ diff --git a/config.h b/config.h index 44e09cb..4c2d0a5 100644 --- a/config.h +++ b/config.h @@ -95,7 +95,7 @@ #define STDC_HEADERS 1 /* Most recent revision number in the version control system */ -#define VCS_REVISION "66" +#define VCS_REVISION "68" /* Version number of package */ #define VERSION "2.4" diff --git a/configure b/configure index 01385ca..5e7de2e 100755 --- a/configure +++ b/configure @@ -1950,7 +1950,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -VCS_REVISION=`echo '$Revision: 66$'|sed 's/.Revision: \(.*\)./\1/'` +VCS_REVISION=`echo '$Rev$'|sed 's/.Rev: \(.*\) ./\1/'` cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index b2e34e1..765098e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) dnl This is the one location where the authoritative version number is stored AC_INIT(shellinabox, 2.4, markus@shellinabox.com) -VCS_REVISION=`echo '$Rev$'|sed 's/.Revision: \(.*\)./\1/'` +VCS_REVISION=`echo '$Rev$'|sed 's/.Rev: \(.*\) ./\1/'` AC_SUBST(VCS_REVISION) AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}", [Most recent revision number in the version control system])