/[m4]/m4/ChangeLog
ViewVC logotype

Diff of /m4/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.219 by gary, Fri Sep 5 18:32:26 2003 UTC revision 1.220 by gary, Tue Sep 9 11:48:49 2003 UTC
# Line 1  Line 1 
1    2003-09-09  Gary V. Vaughan  <gary@gnu.org>
2    
3            The gnulib obstack module requires the gnulib gettext module for
4            systems that do not have GNU gettext installed.  Because we use
5            -Ignulib/m4 in our Makefiles it is not safe to drop gettext.h in
6            that directory incase it clashes with the system gettext.h.  This
7            delta uses gettext_.h and extra rules in the Makefile to make a
8            link to gettext.h when needed:
9    
10            * Makefile.am (auxdir): Removed.  No longer used.
11            * configure.ac (ac_aux_dir): Removed AC_SUBST.  No longer used.
12            (TIMESTAMP): List path to `mkstamp' literally, as ac_aux_dir has
13            moved.
14            (AC_CONFIG_LIBOBJ_DIR): Declare this for possible future single
15            Makefile based build.
16            (AC_CONFIG_AUX_DIR): Now we use gnulib/config where the majority
17            of the macros are kept.
18            * Makefile.am (ACLOCAL_MFLAGS): Search gnulib/config first.
19            * configure.ac (AM_INIT_AUTOMAKE): Require 1.7a.
20            * config/Makefile (ACLOCAL_MACROS): Removed.  Automake 1.7a
21            distributes these automatically.
22            * config/regex.m4 (jm_WITH_REGEX): Fixed underquoting to prevent
23            warning from automake-1.7a.
24            * config/debug.m4 (M4_AC_CHECK_DEBUGGING): Renamed to
25            m4_CHECK_DEBUGGING for consistency with gnulib prefixes.  Changed
26            all callers.
27            * config/m4-obstack.m4 (M4_AC_FUNC_OBSTACK): Ditto
28            wrt. m4_FUNC_OBSTACK.
29            * config/stackovf.m4 (M4_AC_SYS_STACKOVF): Ditto
30            wrt. m4_sys_STACKOVF.
31            * config/gmp.m4 (_M4_AC_LIB_GMP, M4_AC_LIB_GMP): Ditto
32            wrt. _m4_LIB_GMP, m4_LIB_GMP.
33            (ac_gmp_save_LIBS, ac_cv_using_lib_gmp): Don't use autoconf's
34            namespace.  Renamed to m4_gmp_save_LIBS and m4_cv_using_lib_gmp
35            respectively.
36            * config/m4-gettext.m4: New file to set GETTEXT_H appropriately.
37            * gnulib/m4/Makefile.am: Added a new block to make an appropriate
38            gettext.h link on deficient systems.
39            (pkginc_HEADERS): Mention $(GETTEXT_H).
40            (EXTRA_HEADERS): Mention gettext.h.
41            * gnulib/config/gettext_.h: New file from gnulib's gettext.h.
42            * gnulib/config/codeset.m4, gnulib/config/gettext.m4,
43            gnulib/config/glibc21.m4, gnulib/config/iconv.m4,
44            gnulib/config/intdiv.m4, gnulib/config/inttypes-pri.m4,
45            gnulib/config/inttypes.m4, gnulib/config/inttypes_h.m4,
46            gnulib/config/isc-posix.m4, gnulib/config/lcmessage.m4,
47            gnulib/config/lib-ld.m4, gnulib/config/lib-link.m4,
48            gnulib/config/lib-prefix.m4, gnulib/config/nls.m4,
49            gnulib/config/po.m4, gnulib/config/progtest.m4,
50            gnulib/config/stdint_h.m4, gnulib/config/uintmax_t.m4,
51            gnulib/config/ulonglong.m4: Imported from CVS gnulib.
52    
53  2003-09-05  Gary V. Vaughan  <gary@gnu.org>  2003-09-05  Gary V. Vaughan  <gary@gnu.org>
54    
55          We can't mirror the gnulib directory structure here, since we need          We can't mirror the gnulib directory structure here, since we need

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26