aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-09-04 19:27:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-09-04 19:27:57 +0000
commitc763cea500c5782fba9178af81a07edfebfa2dea (patch)
tree8f570ead324649fe0c9c3c64ad10ed5d2a61ac2a /configure.ac
parentf270347bfbc5bf5600b634c424b1530fa2af040c (diff)
downloadgsc-c763cea500c5782fba9178af81a07edfebfa2dea.tar.gz
gsc-c763cea500c5782fba9178af81a07edfebfa2dea.tar.bz2
* configure.ac, Makefile.am: Remove wydawca
* lib/cfg.c (find_cfg_fun): Implement default handler (read_cont_line): Fix reading lines that not terminate with a newline. (gsc_config_parse): Initialize new gsc_config_file_t fields * lib/gsc.h (gsc_config_file_t): New fields dev, ino, prev and kwtab. (cfg_include_handler, cfg_include_start, cfg_include_stop): new functions. * lib/cfgincl.c: New file. Implementation of include feature in configuration files. * lib/Makefile.am: Add cfgincl.c git-svn-id: file:///svnroot/gsc/trunk@305 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 516dbba..97a928d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,7 @@ maint
mc
ppp
rc.d
-jabberd
-wydawca'
+jabberd'
AC_ARG_VAR([XMODLIST],
[Comma-delimited list of modules to exclude from building (see also --enable-modules)])
@@ -190,7 +189,6 @@ AC_CONFIG_FILES([Makefile
mc/Makefile
ppp/Makefile
rc.d/Makefile
- jabberd/Makefile
- wydawca/Makefile])
+ jabberd/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.