Changeset 1370:275fd07bf923 in mediastreamer2 for autogen.sh
- Timestamp:
- Apr 7, 2011 5:34:35 PM (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
autogen.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autogen.sh
r1344 r1370 10 10 AUTOMAKE=automake-${AM_VERSION} 11 11 fi 12 13 INTLTOOLIZE=/usr/bin/intltoolize 14 15 if test -f /opt/local/bin/intltoolize ; then 16 INTLTOOLIZE=/opt/local/bin/intltoolize 17 else 18 INTLTOOLIZE=/usr/bin/intltoolize 19 fi 20 12 21 13 22 libtoolize="libtoolize" … … 44 53 set -x 45 54 $libtoolize --copy --force 46 intltoolize--copy --force --automake55 $INTLTOOLIZE --copy --force --automake 47 56 $ACLOCAL $ACLOCAL_ARGS 48 57 autoheader
Note: See TracChangeset
for help on using the changeset viewer.
