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:
parent
b3b8dc6eae
commit
374097970d
|
@ -427,7 +427,7 @@ PACKAGE_VERSION='VERSION'
|
||||||
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
|
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
|
||||||
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
|
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
|
||||||
|
|
||||||
ac_unique_file="src/libteletone.c"
|
ac_unique_file="src"
|
||||||
# Factoring default headers for most tests.
|
# Factoring default headers for most tests.
|
||||||
ac_includes_default="\
|
ac_includes_default="\
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
|
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
|
||||||
AM_INIT_AUTOMAKE(libteletone,0.1)
|
AM_INIT_AUTOMAKE(libteletone,0.1)
|
||||||
AC_CONFIG_SRCDIR([src/libteletone.c])
|
AC_CONFIG_SRCDIR([src])
|
||||||
#AC_CONFIG_HEADER([])
|
#AC_CONFIG_HEADER([])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
|
|
Loading…
Reference in New Issue