diff options
author | Micael Karlberg <[email protected]> | 2011-11-07 16:21:40 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-07 16:21:40 +0100 |
commit | b9d1fc888d262b8a1caf9be54083a0d67d6012cb (patch) | |
tree | b829c0cf811b6f230653b75433d01657017c62c7 /lib/megaco/configure.in | |
parent | 2c18949bf1edfda523ae15229e94a8400bb1870c (diff) | |
parent | 8149b970814848dc404767d5635529c61cf20b24 (diff) | |
download | otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.tar.gz otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.tar.bz2 otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.zip |
Minor improvemnts to the emasurement tool mstone1.
OTP-9604
The profiling test tool has been rewritten.
H�kan Mattsson
OTP-9679
Merge branch 'bmk/megaco/r15_integration'
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) |