diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-02 15:27:38 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-02 15:27:38 +0000 |
commit | 7d0df748b4c59651751f156e408f856a02073b69 (patch) | |
tree | 4674a9f108ae4334ed6a61634f703f67f6533f4d /contrib/amd/aux_conf.h.in | |
parent | 532be24b7ef077cdfe0129dee60ab1f934c24181 (diff) | |
download | FreeBSD-src-7d0df748b4c59651751f156e408f856a02073b69.zip FreeBSD-src-7d0df748b4c59651751f156e408f856a02073b69.tar.gz |
Virgin import of AMD (am-utils) 20030828 (6.0.9)
Diffstat (limited to 'contrib/amd/aux_conf.h.in')
-rw-r--r-- | contrib/amd/aux_conf.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/amd/aux_conf.h.in b/contrib/amd/aux_conf.h.in index 7740d75..dbae5bd 100644 --- a/contrib/amd/aux_conf.h.in +++ b/contrib/amd/aux_conf.h.in @@ -11,7 +11,7 @@ * The next line is a literal inclusion of a file which includes a * definition for the MOUNT_TRAP macro for a particular architecture. * If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro - * in $srcdir/aux/macros. + * in $srcdir/m4/macros. */ @am_utils_mount_trap@ /* End of included MOUNT_TRAP macro definition file */ @@ -21,7 +21,7 @@ * the UNMOUNT_TRAP macro for a particular architecture. * If it defines the wrong entry, check the AC_CHECK_UNMOUNT_CALL m4 macro * in $srcdir/aclocal.m4. If the arguments are being defined wrong, check - * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/aux/macros. + * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros. */ #define UNMOUNT_TRAP(mnt) @am_utils_unmount_call@(@am_utils_unmount_args@) /* End of replaced UNMOUNT_TRAP macro definition */ @@ -30,7 +30,7 @@ * The next line is a literal inclusion of a file which includes a * definition for the NFS_FH_DREF macro for a particular architecture. * If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro - * in $srcdir/aux/macros. + * in $srcdir/m4/macros. */ @am_utils_nfs_fh_dref@ /* End of included NFS_FH_DREF macro definition file */ @@ -39,7 +39,7 @@ * The next line is a literal inclusion of a file which includes a * definition for the NFS_SA_DREF macro for a particular architecture. * If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro - * in $srcdir/aux/macros. + * in $srcdir/m4/macros. */ @am_utils_nfs_sa_dref@ /* End of included NFS_SA_DREF macro definition file */ @@ -48,7 +48,7 @@ * The next line is a literal inclusion of a file which includes a * definition for the NFS_HN_DREF macro for a particular architecture. * If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro - * in $srcdir/aux/macros. + * in $srcdir/m4/macros. */ @am_utils_nfs_hn_dref@ /* End of included NFS_HN_DREF macro definition file */ |