root/eaccelerator/tags/0.9.3-rc2/eLoader/autogen.sh

Revision 34, 269 bytes (checked in by everaldo_canuto, 4 years ago)

eLoader added eLoader is a standalone loader for encode files.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #! /bin/sh
2
3 ln -sf ../loader.c loader.c
4 ln -sf ../opcodes.c opcodes.c
5 ln -sf ../opcodes.h opcodes.h
6 ln -sf ../eaccelerator.h eaccelerator.h
7 ln -sf ../eaccelerator_version.h eaccelerator_version.h
8
9 if test x$PHP_PREFIX = x; then
10   phpize
11 else
12   $PHP_PREFIX/bin/phpize
13 fi
Note: See TracBrowser for help on using the browser.