Changeset db98968 for scripts


Ignore:
Timestamp:
Jul 17, 2009, 9:44:44 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
39586c8
Parents:
0ce0535
git-author:
Nelson Elhage <nelhage@mit.edu> (06/05/09 22:22:19)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/17/09 21:44:44)
Message:
Update build scripts for automake.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/do-release

    r11b9017 rdb98968  
    66}
    77
    8 VERS=$(perl -lne 'print $1 if m{^#define\s+OWL_VERSION_STRING\s+"([^"]+)"\s*$}' owl.h) \
     8VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac) \
    99    || die "Unable to parse barnowl version"
    1010TAG=barnowl-$VERS
     
    2929CODIR=$(pwd)
    3030cd "$TMPDIR/$TGZ"
    31 autoreconf
     31autoreconf -fvi
    3232cd "$TMPDIR"
    3333tar czvf "$TGZ.tgz" "$TGZ"
  • scripts/locker-build

    r3043064 rdb98968  
    7575(
    7676    cd "$TMPDIR"/* || die "Unable to cd to $TMPDIR"
    77     VERS=$(perl -ne 'print $1 if m{^#define\s*OWL_VERSION_STRING\s*"([^"]+)"}' owl.h)
     77    VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac)
    7878    test -z "$VERS" && die "Unable to detect barnowl version."
    7979
Note: See TracChangeset for help on using the changeset viewer.