acconfig-needs-version-and-package-macros-for-some-versions-of-autoheader-20010705
authorDerrick Brashear <shadow@dementia.org>
Thu, 5 Jul 2001 21:24:50 +0000 (21:24 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 5 Jul 2001 21:24:50 +0000 (21:24 +0000)
PACKAGE and VERSION aren't always in autoconf/acconfig.h

acconfig.h

index b615c3e..5ddd41f 100644 (file)
@@ -1,5 +1,7 @@
 @BOTTOM@
-
+#undef PACKAGE
+#undef VERSION
 #define RCSID(msg) \
 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }