diff options
author | Bruno Haible <bruno@clisp.org> | 2005-03-22 15:52:56 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:28 +0200 |
commit | 7bba3855cfd302515f2861969907ee0c58b6d48a (patch) | |
tree | fad0238b00daaa57a4f285703b1e3137cbc9744f /gettext-runtime/libasprintf | |
parent | bc41994e0dddc6399935ac57cb1d0104aaa00e20 (diff) | |
download | external_gettext-7bba3855cfd302515f2861969907ee0c58b6d48a.zip external_gettext-7bba3855cfd302515f2861969907ee0c58b6d48a.tar.gz external_gettext-7bba3855cfd302515f2861969907ee0c58b6d48a.tar.bz2 |
Change AC_CONFIG_AUX_DIR argument.
Diffstat (limited to 'gettext-runtime/libasprintf')
-rw-r--r-- | gettext-runtime/libasprintf/ChangeLog | 1 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/configure.ac | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index ad36391..14eb920 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,5 +1,6 @@ 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> diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index 3c91508..7e743b1 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -1,5 +1,5 @@ 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 @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. 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) |