mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
changes to make plugin_example useful as a template:
force pkglibdir to be in "mysql" package, template files: AUTHORS, ChangeLog, NEWS, README, configure.in
This commit is contained in:
parent
cc3c065aa9
commit
6f492397f8
6 changed files with 17 additions and 0 deletions
8
plugin/fulltext/configure.in
Normal file
8
plugin/fulltext/configure.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# configure.in example for a plugin
|
||||
|
||||
AC_INIT(plugin_example, 0.1)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_PROG_LIBTOOL
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue