+2006-07-22 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh: Accept option --quick.
+
2006-07-25 Bruno Haible <bruno@clisp.org>
Remove MSVC/nmake build support.
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Usage: ./autogen.sh [--quick]
+
+if test "x$1" = "x--quick"; then
+ quick=true
+else
+ quick=false
+fi
+
aclocal
autoconf
automake
aclocal -I ../../gettext-runtime/m4 -I ../../m4
autoconf
automake
- ./configure && (cd po && make update-po) && make distclean
+ # Rebuilding the examples PO files is only rarely needed.
+ if ! $quick; then
+ ./configure && (cd po && make update-po) && make distclean
+ fi
)
cp -p autoconf-lib-link/config.rpath build-aux/config.rpath