libblobpack/configure.ac

14 lines
267 B
Text
Raw Normal View History

2016-08-30 12:46:54 +02:00
dnl Process this file with autoconf to produce a configure script
AC_INIT(libblobpack.so,[0.1.0],mkschreder.uk@gmail.com)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(./src/blob.c)
AM_INIT_AUTOMAKE
LT_INIT
AC_PROG_CC
2016-08-30 13:13:59 +02:00
AC_OUTPUT(Makefile src/Makefile test/Makefile)
2016-08-30 12:46:54 +02:00