~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Kay Roepke
  • Date: 2009-01-20 12:04:47 UTC
  • Revision ID: kay@mysql.com-20090120120447-fkoxq5ovwf9iyk4v
add the wrapper script/makefile fu to start mysql-proxy without having to set the environment variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
dnl AC_CONFIG_FILES([plugins/cli/Makefile])
345
345
AC_CONFIG_FILES([plugins/debug/Makefile])
346
346
 
347
 
dnl Create the wrapper script for starting mysql-proxy and/or mysql-monitor-agent
348
 
dnl FIXME: hasn't been added back yet
349
 
dnl AC_CONFIG_FILES([scripts/Makefile])
350
 
dnl AC_CONFIG_FILES([scripts/mysql-proxy:scripts/mysql-proxy-binwrapper.in], [chmod +x scripts/mysql-proxy])
 
347
dnl Create the wrapper script for starting mysql-proxy
 
348
AC_CONFIG_FILES([scripts/Makefile])
 
349
AC_CONFIG_FILES([scripts/mysql-proxy:scripts/mysql-proxy-binwrapper.in], [chmod +x scripts/mysql-proxy])
351
350
 
352
351
AC_OUTPUT
353
352