diff options
author | Micael Karlberg <[email protected]> | 2011-11-04 13:55:25 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-04 13:55:25 +0100 |
commit | 55ae4936f1afabc4475139d7d46d655b61e06b3b (patch) | |
tree | e155d7ffd1252bc78a43e6f23a8d12ad69f22a5f /lib/megaco/configure.in | |
parent | d93329a709fe4f9fc4bc3cfdc80027d247bd3e55 (diff) | |
parent | eaaae023a1a0ca722c7a0a0c90ae1a402fc1a05b (diff) | |
download | otp-55ae4936f1afabc4475139d7d46d655b61e06b3b.tar.gz otp-55ae4936f1afabc4475139d7d46d655b61e06b3b.tar.bz2 otp-55ae4936f1afabc4475139d7d46d655b61e06b3b.zip |
Minor improvements to the meas tools.
OTP-9604
Merge branch 'bmk/megaco/20111003/improving_mstone1/OTP-9604' into bmk/megaco/r15_integration
Conflicts:
lib/megaco/doc/src/notes.xml
Diffstat (limited to 'lib/megaco/configure.in')
-rw-r--r-- | lib/megaco/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/megaco/configure.in b/lib/megaco/configure.in index 8f94a4efcf..b88e17ec85 100644 --- a/lib/megaco/configure.in +++ b/lib/megaco/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- dnl dnl %CopyrightBegin% dnl -dnl Copyright Ericsson AB 2001-2010. All Rights Reserved. +dnl Copyright Ericsson AB 2001-2011. All Rights Reserved. dnl dnl The contents of this file are subject to the Erlang Public License, dnl Version 1.1, (the "License"); you may not use this file except in @@ -273,5 +273,6 @@ if test "$PERL" = no_perl; then AC_MSG_ERROR([Perl is required to build the flex scanner!]) fi +AC_OUTPUT(examples/meas/Makefile:examples/meas/Makefile.in) AC_OUTPUT(src/flex/$host/Makefile:src/flex/Makefile.in) |