]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cant ever get it right on the first try that'd be too easy
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 19 Feb 2006 20:30:51 +0000 (20:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 19 Feb 2006 20:30:51 +0000 (20:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@630 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/libteletone/configure
libs/libteletone/configure.in

index e4ce71d2f396339530105f2f2aee123372f0e210..89d4b9c843d6d92feec9f592f887ce5275652012 100755 (executable)
@@ -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 <stdio.h>
index 32f0131e8f521fc39865f9d85deec8950fe4cf2a..0250134f25958206d56287b2ac35a7350a17d5f7 100755 (executable)
@@ -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.