diff --git a/jtag/.cvsignore b/jtag/.cvsignore index fc8be2ea..b70b519b 100644 --- a/jtag/.cvsignore +++ b/jtag/.cvsignore @@ -9,7 +9,7 @@ Makefile COPYING INSTALL ABOUT-NLS -intl m4 config.h config.h.in +stamp-h1 diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 3e60a343..74e3fd5e 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,10 @@ +2003-02-20 Marcel Telka + + * Makefile.am (SUBDIRS): Removed intl. + * autogen.sh: Replaced subsequent call of auto* tools with autoreconf one. + * configure.ac (AC_CONFIG_FILES): Removed intl/Makefile. + (AM_GNU_GETTTEXT): Added 'external' parameter. + 2003-02-19 Marcel Telka * configure.ac (AC_CONFIG_HEADERS): Added new macro with config.h. diff --git a/jtag/Makefile.am b/jtag/Makefile.am index 29c8e994..65769683 100644 --- a/jtag/Makefile.am +++ b/jtag/Makefile.am @@ -22,7 +22,6 @@ # SUBDIRS = \ - intl \ include \ data \ src \ diff --git a/jtag/autogen.sh b/jtag/autogen.sh index 30d79b97..5aa8e4cd 100755 --- a/jtag/autogen.sh +++ b/jtag/autogen.sh @@ -22,24 +22,6 @@ # Written by Marcel Telka , 2002. # -echo "Running autopoint ..." -autopoint +autoreconf -i -s -v -f -echo "Running aclocal ..." -aclocal -I m4 - -echo "Running autoheader ..." -autoheader -W all - -echo "Running automake ..." -automake --add-missing - -echo "Running autoconf ..." -autoconf - -echo -echo "Now running ./configure script..." ./configure --enable-maintainer-mode --with-include=/usr/local/include/openwince - -echo -echo "Type \`make\` to build jtag..." diff --git a/jtag/configure.ac b/jtag/configure.ac index b3f3156b..cb9a7c10 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -42,7 +42,6 @@ AC_CONFIG_FILES( src/tap/Makefile src/part/Makefile src/bus/Makefile - intl/Makefile po/Makefile.in ) @@ -50,7 +49,7 @@ AM_MAINTAINER_MODE AC_GNU_SOURCE -AM_GNU_GETTEXT +AM_GNU_GETTEXT(external) AM_GNU_GETTEXT_VERSION(0.11.5) AC_PROG_CC