diff options
author | Nathan Scott <nathans@sgi.com> | 2003-04-29 00:15:14 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-04-29 00:15:14 +0000 |
commit | 387c84f744b6b0f9e549e1b31030206c9d6cfbb7 (patch) | |
tree | 8a07cc3dc46012c82db0a60252634afc99a1889d /include/buildmacros | |
parent | 7df8d5496ddf319b9fdfc4be5b6d9cc649eb7ea9 (diff) | |
download | attr-387c84f744b6b0f9e549e1b31030206c9d6cfbb7.tar.gz |
Bunch of configure updates for acl/attr to allow packages to better be
kept in sync in this area.
Add an aclocal.m4 build target for top level directory.
Diffstat (limited to 'include/buildmacros')
-rw-r--r-- | include/buildmacros | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros index f4e8bec..bce094c 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -63,7 +63,6 @@ DIST_DIR = $(TOPDIR)/dist CCF = $(CC) $(CFLAGS) $(CPPFLAGS) MAKEF = $(MAKE) $(MAKEOPTS) CXXF = $(CXX) $(CXXFLAGS) -LDF = $(LD) $(LDFLAGS) # For libtool. LIBNAME = $(basename $(LTLIBRARY)) |