Changeset 2214 for toilet/trunk/configure.ac
- Timestamp:
- Jan 24, 2008, 8:47:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/configure.ac
r1831 r2214 62 62 ac_build_date="$(LANG=C date +"%e %B %Y" -d "$stamp" | sed 's/^ //')" 63 63 else 64 ac_build_date="${stamp##*-} ${${stamp%-*}#*-} ${stamp%%-*}" 64 tmp="${stamp%-*}" 65 ac_build_date="${stamp##*-} ${tmp#*-} ${stamp%%-*}" 65 66 fi 66 67 AC_MSG_RESULT([$ac_build_date])
Note: See TracChangeset
for help on using the changeset viewer.