diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 12:05:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 12:05:06 -0800 |
commit | b3af8de8d25128f565c2ed2f7c63b6e4099eb84e (patch) | |
tree | 2df8bf0ab32f8031fb07883df834419cca74f799 /configure.ac | |
parent | 547517571e695728278a264eedbac47b6e1f43bc (diff) |
Replace malloc(strlen);strcpy() calls with strdup
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4340f99..4c7e599 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_INIT([mkfontscale], [1.1.0], [mkfontscale]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) |