* m4: New directory, renamed from config/m4/.
* build-aux: New directory, renamed from config/.
+ * configure.ac (AC_CONFIG_AUX_DIR): Use build-aux.
* Makefile.am (EXTRA_DIST): Update.
2005-03-14 Bruno Haible <bruno@clisp.org>
2005-03-22 Bruno Haible <bruno@clisp.org>
+ * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
+ * tests/rpath*/configure.ac (AC_CONFIG_AUX_DIR): Use ../../../build-aux.
* Makefile.am: Replace config/m4 with m4 and config/ with build-aux/.
(build-aux-dir): Renamed from config-dir.
dnl Configuration for the autoconf-lib-link directory of GNU gettext
-dnl Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
AC_PREREQ(2.57)
AC_INIT
AC_CONFIG_SRCDIR(tests/rpath-1a)
-AC_CONFIG_AUX_DIR(../config)
+AC_CONFIG_AUX_DIR(../build-aux)
. $srcdir/../version.sh
AM_INIT_AUTOMAKE(autoconf-lib-link, $VERSION_NUMBER)
dnl Configuration of a program that links with librpathx.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathlx, 0)
AC_PROG_CC
AC_LIB_LINKFLAGS([rpathx])
dnl Configuration of a program that links with librpathy.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathly, 0)
AC_PROG_CC
AC_LIB_LINKFLAGS([rpathy])
dnl Configuration of a program that links with librpathy.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathlyx, 0)
AC_PROG_CC
AC_LIB_LINKFLAGS([rpathx])
dnl Configuration of a program that links with librpathz.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathlz, 0)
AC_PROG_CC
AC_LIB_LINKFLAGS([rpathz])
dnl Configuration of a program that links with librpathz.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathlzyx, 0)
AC_PROG_CC
AC_LIB_LINKFLAGS([rpathx])
dnl Configuration of librpathx.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathx, 0)
AC_PROG_CC
AM_PROG_LIBTOOL
dnl Configuration of librpathy that depends on librpathx.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathy, 0)
AC_PROG_CC
AM_PROG_LIBTOOL
dnl Configuration of librpathz that depends on librpathx and librpathy.
dnl
-dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AC_INIT(configure.ac)
-AC_CONFIG_AUX_DIR(../../../config)
+AC_CONFIG_AUX_DIR(../../../build-aux)
AM_INIT_AUTOMAKE(gettext_rpathz, 0)
AC_PROG_CC
AM_PROG_LIBTOOL
AC_PREREQ(2.57)
AC_INIT
AC_CONFIG_SRCDIR(gettext-tools/src/msgfmt.c)
-AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_AUX_DIR(build-aux)
. $srcdir/version.sh
AM_INIT_AUTOMAKE(gettext, $VERSION_NUMBER)
2005-03-22 Bruno Haible <bruno@clisp.org>
+ * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
* Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4.
2005-03-14 Bruno Haible <bruno@clisp.org>
AC_PREREQ(2.57)
AC_INIT
AC_CONFIG_SRCDIR(intl/dcigettext.c)
-AC_CONFIG_AUX_DIR(../config)
+AC_CONFIG_AUX_DIR(../build-aux)
. $srcdir/../version.sh
AM_INIT_AUTOMAKE(gettext-runtime, $VERSION_NUMBER)
AM_CONFIG_HEADER(config.h)
2005-03-22 Bruno Haible <bruno@clisp.org>
+ * configure.ac (AC_CONFIG_AUX_DIR): Use ../../build-aux.
* Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4.
2005-03-14 Bruno Haible <bruno@clisp.org>
dnl Configuration for the GNU libasprintf library
-dnl Copyright (C) 2002-2004 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2005 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
AC_PREREQ(2.52)
AC_INIT
AC_CONFIG_SRCDIR(vasprintf.c)
-AC_CONFIG_AUX_DIR(../../config)
+AC_CONFIG_AUX_DIR(../../build-aux)
AM_INIT_AUTOMAKE(libasprintf, 1.0)
AM_CONFIG_HEADER(config.h)
2005-03-22 Bruno Haible <bruno@clisp.org>
+ * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
* Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4.
(gettextsrc_SCRIPTS): Replace config with build-aux.
AC_PREREQ(2.57)
AC_INIT
AC_CONFIG_SRCDIR(src/msgfmt.c)
-AC_CONFIG_AUX_DIR(../config)
+AC_CONFIG_AUX_DIR(../build-aux)
. $srcdir/../version.sh
AM_INIT_AUTOMAKE(gettext-tools, $VERSION_NUMBER)
AM_CONFIG_HEADER(config.h)