From: Theodore Tso Date: Tue, 4 Oct 1994 21:54:21 +0000 (+0000) Subject: Don't build the unifdef directory --- we don't need it any more X-Git-Tag: krb5-1.0-beta4.3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc6d4de7a3e745299416458503e6b34f57996eb0;p=krb5.git Don't build the unifdef directory --- we don't need it any more git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4454 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/configure.in b/src/util/configure.in index e149a007a..eb25de907 100644 --- a/src/util/configure.in +++ b/src/util/configure.in @@ -2,7 +2,7 @@ AC_INIT(configure.in) WITH_CCOPTS CONFIG_RULES AC_SET_BUILDTOP -CONFIG_DIRS(unifdef et ss) +CONFIG_DIRS(et ss) MAKE_SUBDIRS("making",all) MAKE_SUBDIRS("cleaning",clean) AC_OUTPUT(Makefile,[EXTRA_RULES])