Changeset 23799 for trunk/ppArith/src/Makefile.am
- Timestamp:
- Apr 9, 2009, 10:36:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppArith/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppArith/src/Makefile.am
r23795 r23799 2 2 3 3 if HAVE_SVNVERSION 4 P SLIB_VERSION=`$(SVNVERSION) ../..`4 PPARITH_VERSION=`$(SVNVERSION) ../..` 5 5 else 6 P SLIB_VERSION="UNKNOWN"6 PPARITH_VERSION="UNKNOWN" 7 7 endif 8 8 9 9 if HAVE_SVN 10 P SLIB_BRANCH=`$(SVN) info ../.. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`11 P SLIB_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`10 PPARITH_BRANCH=`$(SVN) info ../.. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'` 11 PPARITH_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'` 12 12 else 13 P SLIB_BRANCH="UNKNOWN"14 P SLIB_SOURCE="UNKNOWN"13 PPARITH_BRANCH="UNKNOWN" 14 PPARITH_SOURCE="UNKNOWN" 15 15 endif 16 16
Note:
See TracChangeset
for help on using the changeset viewer.
