Changeset 79661
- Timestamp:
- 06/22/11 13:23:05 (4 years ago)
- Location:
- branches/gsoc11-statistics/base
- Files:
-
- 3 edited
-
configure (modified) (4 diffs)
-
configure.ac (modified) (1 diff)
-
doc/macports.conf.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/base/configure
r77864 r79661 731 731 CFLAGS 732 732 CC 733 STATS_UUID 733 734 DEVELOPER_DIR 734 735 XCODE_SELECT … … 824 825 OBJC 825 826 OBJCFLAGS 826 LDFLAGS827 LIBS828 CPPFLAGS829 OBJC830 827 MTREE 831 828 CVS … … 843 840 OPEN 844 841 OBJCPP 845 CPPFLAGS 846 CPP 847 CPPFLAGS' 842 CPP' 848 843 ac_subdirs_all='src/thread2.6' 849 844 … … 2980 2975 esac 2981 2976 2977 # Generate UUID for data collection 2978 STATS_UUID=`uuidgen` 2979 2980 2982 2981 # Checks for programs. 2983 2982 ac_ext=c -
branches/gsoc11-statistics/base/configure.ac
r77749 r79661 80 80 ;; 81 81 esac 82 83 # Generate UUID for data collection 84 STATS_UUID=`uuidgen` 85 AC_SUBST(STATS_UUID) 82 86 83 87 # Checks for programs. -
branches/gsoc11-statistics/base/doc/macports.conf.in
r78932 r79661 135 135 # The default is no 136 136 stats_participate no 137 138 # Where to submit usage data 139 stats_url localhost 140 141 # Unique identifier for usage statistics 142 stats_id @STATS_UUID@
Note: See TracChangeset
for help on using the changeset viewer.

