Fix unused function error
[deliverable/binutils-gdb.git] / gnulib / configure.ac
index 74e4ae2b68844c10dc8605ccbf7738ab2c3c1c53..f969c843b54f88d8405e0ea07385e26292815b2c 100644 (file)
@@ -21,6 +21,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([libgnu], [UNUSED-VERSION])
 AC_CONFIG_SRCDIR([import/memmem.c])
 AC_CONFIG_HEADER(config.h:config.in)
+AC_CONFIG_MACRO_DIRS([import/m4])
+AC_CONFIG_MACRO_DIRS([../config])
 AM_MAINTAINER_MODE
 
 AC_PROG_CC
@@ -35,9 +37,7 @@ AC_CANONICAL_SYSTEM
 
 gl_INIT
 
-# We don't use automake, but gnulib does.  This line lets us generate
-# its Makefile.in.
-AM_INIT_AUTOMAKE([no-define])
+AM_INIT_AUTOMAKE([no-define no-dist foreign])
 
 AM_SILENT_RULES([yes])
 
This page took 0.032401 seconds and 4 git commands to generate.