From 26c7e0d22ead805ce333ea4248c7311c1eda5de0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 21 Sep 2008 08:57:51 +0200 Subject: Finished autoconf. -> Commments are welcome. deleted: Makefile modified: Makefile.am new file: Makefile.in modified: README new file: aclocal.m4 modified: action_vbox.cpp modified: alawulaw.h modified: autogen.sh new file: config.h.in new file: configure modified: configure.ac modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: dss1.h modified: extension.c modified: genext.c modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h modified: main.h new file: mkinstalldirs modified: options.c modified: options.h modified: port.cpp modified: route.c modified: todo.txt modified: tones.c modified: vbox.cpp deleted: watch.c --- tones.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tones.c') diff --git a/tones.c b/tones.c index 48625bb..e24e9c3 100644 --- a/tones.c +++ b/tones.c @@ -463,7 +463,7 @@ int fetch_tones(void) SCPY((*toneset_nextpointer)->directory, p); tonesettone_nextpointer = &(*toneset_nextpointer)->first; - SPRINT(path, "%s/%s", INSTALL_DATA, p); + SPRINT(path, "%s/%s", SHARE_DATA, p); dir = opendir(path); if (dir == NULL) { -- cgit v1.2.3-55-g7522