• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AC_PREREQ(2.57)
2
3dnl Actual version is substituted by bootstrap
4AC_INIT([brotli], [0.0.0], [https://groups.google.com/forum/#!forum/brotli])
5
6AM_INIT_AUTOMAKE()
7AC_CONFIG_MACRO_DIR([m4])
8
9AC_PROG_CC
10LT_INIT
11
12AC_CONFIG_FILES([Makefile scripts/libbrotlicommon.pc scripts/libbrotlidec.pc scripts/libbrotlienc.pc])
13
14AC_OUTPUT