# HG changeset patch # User youngs # Date 1032560357 0 # Node ID fac45095e48544611426a2f03afd5c8b4b382c27 # Parent af4d1f43e4c6073b7d496cb4780a6b971b0ff926 [xemacs-hg @ 2002-09-20 22:19:05 by youngs] 2002-09-20 Steve Youngs * Makefile.in.in (TAGS tags): Descend into the modules directory as well. 2002-09-20 Steve Youngs * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick up '--site-libraries'. * ldap/Makefile.in.in (LDFLAGS): Ditto. diff -r af4d1f43e4c6 -r fac45095e485 ChangeLog --- a/ChangeLog Fri Sep 20 21:53:54 2002 +0000 +++ b/ChangeLog Fri Sep 20 22:19:17 2002 +0000 @@ -1,3 +1,8 @@ +2002-09-20 Steve Youngs + + * Makefile.in.in (TAGS tags): Descend into the modules directory + as well. + 2002-09-20 Stephen J. Turnbull * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis! diff -r af4d1f43e4c6 -r fac45095e485 Makefile.in.in --- a/Makefile.in.in Fri Sep 20 21:53:54 2002 +0000 +++ b/Makefile.in.in Fri Sep 20 22:19:17 2002 +0000 @@ -639,7 +639,7 @@ @PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \ echo "Using etags from `which etags`." PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \ - find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \ + find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \ xargs etags -a -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/'; \ find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \ xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\|subst\\|struct\\|face\\|group\\|custom\\|ine-\\(function\\|compiler-macro\\|[a-z-]+alias\\)\\)[ ]+'?\\([^ ]+\\)/\\3/" diff -r af4d1f43e4c6 -r fac45095e485 modules/ChangeLog --- a/modules/ChangeLog Fri Sep 20 21:53:54 2002 +0000 +++ b/modules/ChangeLog Fri Sep 20 22:19:17 2002 +0000 @@ -1,3 +1,10 @@ +2002-09-20 Steve Youngs + + * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick + up '--site-libraries'. + + * ldap/Makefile.in.in (LDFLAGS): Ditto. + 2002-08-08 Jerry James * auto-autoloads.el: New file containing module autoloads. diff -r af4d1f43e4c6 -r fac45095e485 modules/ldap/Makefile.in.in --- a/modules/ldap/Makefile.in.in Fri Sep 20 21:53:54 2002 +0000 +++ b/modules/ldap/Makefile.in.in Fri Sep 20 22:19:17 2002 +0000 @@ -29,7 +29,7 @@ MODNAME=eldap MODVER=1.0.0 MODTITLE="LDAP Client Interface for XEmacs" -LDFLAGS=@LDFLAGS@ @ldap_libs@ +LDFLAGS=@LDFLAGS@ @ld_switch_all@ @ldap_libs@ SRCS=eldap.c ### You should not need to modify anything below this line diff -r af4d1f43e4c6 -r fac45095e485 modules/postgresql/Makefile.in.in --- a/modules/postgresql/Makefile.in.in Fri Sep 20 21:53:54 2002 +0000 +++ b/modules/postgresql/Makefile.in.in Fri Sep 20 22:19:17 2002 +0000 @@ -29,7 +29,7 @@ MODNAME=postgresql MODVER=1.0.0 MODTITLE="PostgreSQL Client Interface for XEmacs" -LDFLAGS=@LDFLAGS@ @postgresql_libs@ +LDFLAGS=@LDFLAGS@ @ld_switch_all@ @postgresql_libs@ SRCS=postgresql.c ### You should not need to modify anything below this line