Changeset 36166 for lang/objective-cplusplus/i3/trunk/configure.ac
- Timestamp:
- 12/16/09 22:07:59 (3 years ago)
- Files:
-
- 1 modified
-
lang/objective-cplusplus/i3/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/configure.ac
r36165 r36166 3 3 4 4 AC_PREREQ(2.60) 5 AC_INIT([i3],[m4_esyscmd(./scripts/ac_init_version.sh | tr -d 6 '\r\n')],[dyob@lunaport.net],[],[http://www.lunaport.net/test/]) 7 8 echo "*VERSION=`./scripts/ac_init_version.sh`" 5 AC_INIT([i3],[m4_esyscmd(./scripts/ac_init_version.sh | tr -d '\r\n')],[dyob@lunaport.net],[],[http://www.lunaport.net/test/]) 6 7 echo_highlighted() { 8 echo $* | GREP_COLOR='01' grep --color=auto '.*' 9 if test $? -ne 0; then 10 echo $* 11 fi 12 } 13 14 echo_highlighted "$0: $PACKAGE_STRING" 9 15 10 16 CFLAGS_before_configure="$CFLAGS" … … 353 359 AC_OUTPUT 354 360 355 echo "Then type \`make' to make ${PACKAGE_NAME}. Good luck. "356 357 361 echo_highlighted "Then type \`make' to make ${PACKAGE_NAME}. Good luck. " 362 363
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)