]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Accept option --quick.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Jul 2006 12:04:47 +0000 (12:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:41 +0000 (12:13 +0200)
ChangeLog
autogen.sh

index 3a4156cded932456e546c4a96513704da77dfaad..ba96e14b8861085b563f470353b362c54e5c0026 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 75eed57700c9a6ae76f23ab8143348f2d2539395..7dec7ba6631648d9d7e0f48be2d63968fc42d71b 100755 (executable)
 # 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
@@ -57,7 +65,10 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
  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