2003-02-20 Marcel Telka <marcel@telka.sk>

* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@376 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent b2c19838fa
commit 307b9ff666

@ -9,7 +9,7 @@ Makefile
COPYING
INSTALL
ABOUT-NLS
intl
m4
config.h
config.h.in
stamp-h1

@ -1,3 +1,10 @@
2003-02-20 Marcel Telka <marcel@telka.sk>
* 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 <marcel@telka.sk>
* configure.ac (AC_CONFIG_HEADERS): Added new macro with config.h.

@ -22,7 +22,6 @@
#
SUBDIRS = \
intl \
include \
data \
src \

@ -22,24 +22,6 @@
# Written by Marcel Telka <marcel@telka.sk>, 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..."

@ -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

Loading…
Cancel
Save