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
This commit is contained in:
Anthony Minessale 2006-02-19 20:30:51 +00:00
parent b3b8dc6eae
commit 374097970d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.