Changes between Version 1 and Version 2 of Ticket #39752, comment 6


Ignore:
Timestamp:
Mar 8, 2014, 6:11:14 PM (10 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39752, comment 6

    v1 v2  
    192192}}}
    193193You can run `autoupdate` on it, but doing that leaves behind some artifacts that have to be fixed manually. I will attach some diffs to illustrate in a bit.
     194
     195Edit: nvm, it turns out that I was actually wrong about being able to run `autoupdate` on it, doing that fails with this error:
     196{{{
     197Local-Admins-MacBook-Pro:autoconf_bug_reports_dir ericgallager$ autoupdate m4/tcl.m4
     198/opt/local/bin/gm4:/var/folders/Vs/VsGkDxJXHq41Y+34HmvuNk+++Tg/-Tmp-//aulmpnYY/input.m4:2527: ERROR: end of file in string
     199autoupdate: /opt/local/bin/gm4 failed with exit status: 1
     200}}}
     201I guess I will just attach a diff with my copy that I had already modified by hand, instead of trying to re-run through the `autoupdate` process from scratch...