~luke-jr/tr2norigins/armagetron-0.2.8-t2o-BAD-brkCompatAuth

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: z-man
  • Date: 2008-01-04 16:13:51 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:7453
Hardcoding version for mac release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#       replace dynamic version in configure.ac with the version this build is configured with
57
57
        sed -e "s/m4_include(version)//" -e "s/AUTOMATIC_VERSION/$(VERSION)/" < @srcdir@/configure.ac > $(distdir)/configure.ac
58
58
 
 
59
#       same for src/macosx/config_common.h.in
 
60
        sed -e "s/@ver""sion@/\"$(VERSION)\"/" < @srcdir@/src/macosx/config_common.h.in > $(distdir)/src/macosx/config_common.h.in
 
61
 
59
62
#   regenerate dependant files so they no longer reference to the file "version" which will be removed
60
63
        cp @srcdir@/bootstrap.sh $(distdir)
61
64
        cd $(distdir); rm version; sh ./bootstrap.sh