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