summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-09-20 03:18:19 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-09-20 03:18:19 +0000
commit285f746224792dedb3120604967dd5c2aee6608d (patch)
tree3109832005c22e060a30b60520bb674ce22a7212 /Makefile.am
parentabe6da3554dd03f04485f2b61152e4dcfcb7a2e6 (diff)
downloadcppunit-285f746224792dedb3120604967dd5c2aee6608d.tar.gz
Improved strstream detection to use header <strstream>, if available.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index da7a94f..69defcd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,10 +37,8 @@ release:
rm -rf .deps */.deps
$(MAKE) distcheck
-# The 'date -I' may be a GNUism (sorry!).
-# It means output an ISO-8601 compliant date/time string.
snapshot:
- $(MAKE) dist distdir=$(PACKAGE)-`date -I`
+ $(MAKE) dist distdir=$(PACKAGE)-`date +%Y-%m-%d`
rpm: dist
rpm -ta $(PACKAGE)-$(VERSION).tar.gz