diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 4 | ||||
-rw-r--r-- | m4/intl.m4 | 4 | ||||
-rw-r--r-- | m4/po.m4 | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 8c64cfb5..8489f90e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2012-10-27 Arnold D. Robbins <arnold@skeeve.com> + + * po.m4, intl.m4: Fix droppings left over from a git merge. + 2012-05-21 Andrew J. Schorr <aschorr@telemetry-investments.com> * libtool.m4, ltoptions.m4, ltsugar.m4, ltversion.m4, lt~obsolete.m4: @@ -25,11 +25,7 @@ dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. AC_DEFUN([AM_INTL_SUBDIR], [ AC_REQUIRE([AC_PROG_INSTALL])dnl -<<<<<<< HEAD - AC_REQUIRE([AC_PROG_MKDIR])dnl defined by automake -======= AC_REQUIRE([AC_PROG_MKDIR_P])dnl ->>>>>>> gawk-4.0-stable AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([gt_GLIBC2])dnl @@ -24,11 +24,7 @@ AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl -<<<<<<< HEAD - AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake -======= AC_REQUIRE([AC_PROG_MKDIR_P])dnl ->>>>>>> gawk-4.0-stable AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that |