lp:~brianaker/libdrizzle/use-autoconf
Created by Brian Aker and last modified
- Get this branch:
- bzr branch lp:~brianaker/libdrizzle/use-autoconf
Only Brian Aker can upload to this branch. If you are Brian Aker please log in for upload directions.
Branch merges
Propose for merging
No branches dependent on this one.
- Andrew Hutchings: Pending requested
- Diff: 4949 lines (+4535/-4)61 files modifiedMakefile.am (+59/-0)
bootstrap.sh (+1435/-0)
configure.ac (+112/-0)
docs/conf.py.in (+225/-0)
docs/include.am (+165/-0)
libdrizzle/binlog.c (+0/-1)
libdrizzle/binlog.h (+8/-0)
libdrizzle/drizzle.h (+0/-1)
libdrizzle/drizzle_client.h (+1/-1)
libdrizzle/handshake_client.h (+3/-0)
libdrizzle/include.am (+66/-0)
libdrizzle/version.h.in (+42/-0)
m4/ax_add_am_macro.m4 (+29/-0)
m4/ax_am_jobserver.m4 (+55/-0)
m4/ax_am_macros.m4 (+44/-0)
m4/ax_append_compile_flags.m4 (+65/-0)
m4/ax_append_flag.m4 (+69/-0)
m4/ax_append_link_flags.m4 (+63/-0)
m4/ax_append_to_file.m4 (+27/-0)
m4/ax_assert.m4 (+66/-0)
m4/ax_check_compile_flag.m4 (+72/-0)
m4/ax_check_library.m4 (+96/-0)
m4/ax_check_link_flag.m4 (+71/-0)
m4/ax_check_openssl.m4 (+124/-0)
m4/ax_compiler_vendor.m4 (+84/-0)
m4/ax_compiler_version.m4 (+100/-0)
m4/ax_count_cpus.m4 (+57/-0)
m4/ax_cxx_gcc_abi_demangle.m4 (+57/-0)
m4/ax_debug.m4 (+60/-0)
m4/ax_dlopen.m4 (+11/-0)
m4/ax_endian.m4 (+35/-0)
m4/ax_file_escapes.m4 (+30/-0)
m4/ax_gcc_version.m4 (+65/-0)
m4/ax_harden_compiler_flags.m4 (+259/-0)
m4/ax_hex_version.m4 (+33/-0)
m4/ax_platform.m4 (+57/-0)
m4/ax_print_to_file.m4 (+27/-0)
m4/ax_prog_sphinx_build.m4 (+45/-0)
m4/ax_restore_flags.m4 (+31/-0)
m4/ax_save_flags.m4 (+31/-0)
m4/ax_vcs_checkout.m4 (+75/-0)
m4/bottom.m4 (+59/-0)
m4/have_cinttypes.m4 (+93/-0)
m4/have_cstdint.m4 (+83/-0)
m4/include.am (+5/-0)
m4/socket_send_flags.m4 (+48/-0)
m4/visibility.m4 (+77/-0)
man/include.am (+18/-0)
rpm/include.am (+36/-0)
rpm/spec.in (+90/-0)
tests/include.am (+5/-0)
tests/unit/binlog.c (+3/-1)
tests/unit/connect.c (+2/-0)
tests/unit/escape.c (+2/-0)
tests/unit/hex.c (+2/-0)
tests/unit/include.am (+48/-0)
tests/unit/insert_id.c (+2/-0)
tests/unit/passwd.c (+2/-0)
tests/unit/query.c (+2/-0)
tests/unit/unbuffered_query.c (+2/-0)
tests/unit/version.c (+2/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:libdrizzle
