summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
committerPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
commit94ab1135a30827eeb9a422489656c363ed115eec (patch)
tree30e469b7fde9c7b682b643e291d3a8cba9605eba /autogen.sh
parent502eebd33964a95cb8d9aa0dfed981679c30f7da (diff)
downloadyasm-94ab1135a30827eeb9a422489656c363ed115eec.tar.gz
Remove $Id$ and RCSID() usage.
These are useless now that we're using git.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9f9c45b2..b91fc286 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)