From 374097970d06c6d195de7f33202d8f33b2c9d3a2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 19 Feb 2006 20:30:51 +0000 Subject: [PATCH] cant ever get it right on the first try that'd be too easy git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@630 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/libteletone/configure | 2 +- libs/libteletone/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libteletone/configure b/libs/libteletone/configure index e4ce71d2f3..89d4b9c843 100755 --- a/libs/libteletone/configure +++ b/libs/libteletone/configure @@ -427,7 +427,7 @@ PACKAGE_VERSION='VERSION' PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' -ac_unique_file="src/libteletone.c" +ac_unique_file="src" # Factoring default headers for most tests. ac_includes_default="\ #include diff --git a/libs/libteletone/configure.in b/libs/libteletone/configure.in index 32f0131e8f..0250134f25 100755 --- a/libs/libteletone/configure.in +++ b/libs/libteletone/configure.in @@ -4,7 +4,7 @@ AC_PREREQ(2.59) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) AM_INIT_AUTOMAKE(libteletone,0.1) -AC_CONFIG_SRCDIR([src/libteletone.c]) +AC_CONFIG_SRCDIR([src]) #AC_CONFIG_HEADER([]) # Checks for programs.