2003-03-06 Marcel Telka <marcel@telka.sk>

* autogen.sh: Added test for autoreconf fail.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@386 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 5b2c37d3df
commit 28d0bff970

@ -1,3 +1,7 @@
2003-03-06 Marcel Telka <marcel@telka.sk>
* autogen.sh: Added test for autoreconf fail.
2003-02-25 Marcel Telka <marcel@telka.sk>
Version 0.3 released.

@ -2,7 +2,7 @@
#
# $Id$
#
# Copyright (C) 2002 ETC s.r.o.
# Copyright (C) 2002, 2003 ETC s.r.o.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -19,9 +19,18 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#
# Written by Marcel Telka <marcel@telka.sk>, 2002.
# Written by Marcel Telka <marcel@telka.sk>, 2002, 2003.
#
autoreconf -i -s -v -f
if autoreconf -i -s -v -f ; then
echo
echo "autoreconf done."
echo
else
echo
echo "autoreconf failed."
echo
exit 1
fi
./configure --enable-maintainer-mode --with-include=/usr/local/include/openwince

Loading…
Cancel
Save