Mercurial > libedl
view configure.ac @ 10:d6f8f73a0c50 v2.1
util: make strnchr an actual strnchr
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 22 Mar 2024 20:51:40 -0400 |
parents | 0c98b46eaf73 |
children |
line wrap: on
line source
AC_INIT([libedl], [2.0]) AC_CONFIG_SRCDIR([src/edl.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) # Check for a C compiler AC_PROG_CC # Need this because libtool is weird AM_PROG_AR LT_INIT AC_CONFIG_FILES([Makefile]) AC_OUTPUT