summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-02-08 19:36:53 +0000
committerBen Widawsky <ben@bwidawsk.net>2013-02-08 12:04:14 -0800
commitc73eab9f4043ee2c9be00250190a2833bf307aee (patch)
tree9c7f7f0fc31495183c18f5e85f41fcc4e518f1ab /Makefile.am
parent6b77e04560060c24b45a17059e135cd185871381 (diff)
configure.ac: fix autogen.sh
Put -I m4 in ACLOCAL_AMFLAGS so ./autogen.sh just works [ben: commit message modified by] Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0dd615b0..20bca79d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
SUBDIRS = lib man tools scripts benchmarks demos