From 5f0099f90e7a26a0d5942cb8fdbf8221f95f6d79 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 24 Jul 2012 21:50:39 +0200 Subject: [PATCH] TEXTCLIENT: getutline also belongs to the textclient. Tnx to Lightspeed for pointing this out. --- citadel/Makefile.in | 2 +- citadel/configure.ac | 2 -- textclient/Makefile.in | 1 + {citadel => textclient/src}/getutline.c | 0 4 files changed, 2 insertions(+), 3 deletions(-) rename {citadel => textclient/src}/getutline.c (100%) diff --git a/citadel/Makefile.in b/citadel/Makefile.in index b855fae7c..e6018be85 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -78,7 +78,7 @@ SOURCES=utils/aidepost.c utils/citmail.c \ utils/ctdlmigrate.c utils/base64.c utils/chkpwd.c \ utillib/citadel_dirs.c \ citserver.c clientsocket.c config.c control.c $(DATABASE) \ - domain.c serv_extensions.c file_ops.c genstamp.c getutline.c \ + domain.c serv_extensions.c file_ops.c genstamp.c \ housekeeping.c ical_dezonify.c internet_addressing.c ecrash.c \ locate_host.c md5.c auth.c msgbase.c parsedate.c \ room_ops.c euidindex.c server_main.c snprintf.c ldap.c \ diff --git a/citadel/configure.ac b/citadel/configure.ac index 41c00e0d9..c140e7640 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -990,8 +990,6 @@ if test "$ac_cv_func_pthread_create" = yes; then test "$DATABASE" && TARGETS="server utils" fi -AC_REPLACE_FUNCS(snprintf getutline) - AC_CACHE_CHECK([the weather], ac_cv_weather, [ sleep 1 echo $ECHO_N "opening your window... $ECHO_C" >&6 diff --git a/textclient/Makefile.in b/textclient/Makefile.in index a10ed3fd4..12a9372e5 100644 --- a/textclient/Makefile.in +++ b/textclient/Makefile.in @@ -72,6 +72,7 @@ SOURCES=src/client_chat.c \ src/citadel_ipc.c \ src/ecrash.c \ src/ipc_c_tcp.c \ + src/getutline.c \ src/screen.c # for VPATH builds (invoked by configure) diff --git a/citadel/getutline.c b/textclient/src/getutline.c similarity index 100% rename from citadel/getutline.c rename to textclient/src/getutline.c -- 2.30.2