diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-04 10:45:55 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-04 10:45:55 -0600 |
commit | 6d42439a3e22a395592b0ad88a5f77a3bf92fa78 (patch) | |
tree | ea569ef32d89fb07451be82b283aae35e0f242e5 /acinclude.m4 | |
parent | c32f00f77c1bfabd3a21db649fe5f622024ea850 (diff) | |
download | pacman-6d42439a3e22a395592b0ad88a5f77a3bf92fa78.tar.xz |
Add some text at the top of acinclude.m4 so people know what is going on
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3bcadb8d..52407ae0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,3 +1,8 @@ +dnl acinclude.m4 - configure macros used by pacman and libalpm +dnl The majority of this file is the libtool macros we use, kept here so +dnl we are not dependent on the host-system version of the macros. There +dnl are some pacman/libalpm specific macros at the end of the file as well. + # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- ## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 ## Free Software Foundation, Inc. |