From 4bf3c9941d19cc76e0601ab40c8e80725cccf00f Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 22 May 2003 20:03:54 +0000 Subject: [PATCH] 2003-05-22 Marcel Telka * configure.ac (AM_CONFIG_HEADER): Renamed acconfig.h configuration header to pkgcfg.h. * config.h: Ditto. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@441 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/.cvsignore | 4 ++-- jtag/ChangeLog | 5 +++++ jtag/config.h | 2 +- jtag/configure.ac | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/jtag/.cvsignore b/jtag/.cvsignore index 279334b2..bbb96f06 100644 --- a/jtag/.cvsignore +++ b/jtag/.cvsignore @@ -10,6 +10,6 @@ COPYING INSTALL ABOUT-NLS m4 -acconfig.h -acconfig.h.in +pkgcfg.h +pkgcfg.h.in stamp-h1 diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 47cbb57e..7e709355 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,8 @@ +2003-05-22 Marcel Telka + + * configure.ac (AM_CONFIG_HEADER): Renamed acconfig.h configuration header to pkgcfg.h. + * config.h: Ditto. + 2003-05-22 Marcel Telka * config.h: New file. diff --git a/jtag/config.h b/jtag/config.h index 57fc10c1..fdc7988a 100644 --- a/jtag/config.h +++ b/jtag/config.h @@ -23,7 +23,7 @@ */ #ifdef HAVE_CONFIG_H -#include +#include #endif #include "gettext.h" diff --git a/jtag/configure.ac b/jtag/configure.ac index 9870b634..9e676a2c 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -48,7 +48,7 @@ AC_CONFIG_FILES( AM_MAINTAINER_MODE -AM_CONFIG_HEADER(acconfig.h) +AM_CONFIG_HEADER(pkgcfg.h) AC_GNU_SOURCE