Remove the unused CVS ident support in the configure scripts.

This commit is contained in:
Stephen Williams
2008-11-19 21:07:34 -08:00
parent 4fa2223832
commit 27f4ba2e38
23 changed files with 13 additions and 55 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ MAN = @MAN@
PS2PDF = @PS2PDF@
GIT = @GIT@
CPPFLAGS = @ident_support@ @DEFS@ -I. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@
CPPFLAGS = @DEFS@ -I. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@
CXXFLAGS = -Wall @CXXFLAGS@
PICFLAGS = @PICFLAG@
LDFLAGS = @rdynamic@ @LDFLAGS@