[101361] trunk/base/regen.sh

jmr at macports.org jmr at macports.org
Wed Jan 9 06:46:27 PST 2013


Revision: 101361
          https://trac.macports.org/changeset/101361
Author:   jmr at macports.org
Date:     2013-01-09 06:46:27 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
use --force in regen.sh, since there's no clear way to make autoconf realise that config/macports_version changing means a rebuild is needed

Modified Paths:
--------------
    trunk/base/regen.sh

Modified: trunk/base/regen.sh
===================================================================
--- trunk/base/regen.sh	2013-01-09 14:31:38 UTC (rev 101360)
+++ trunk/base/regen.sh	2013-01-09 14:46:27 UTC (rev 101361)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-autoconf --warnings=all
-autoheader --warnings=all
+autoconf --warnings=all --force
+autoheader --warnings=all --force
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/0d985328/attachment.html>


More information about the macports-changes mailing list