[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure.in,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/configure.in,v |
Date: |
Wed, 16 Jul 2008 07:01:37 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/16 07:01:36
Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -b -r1.540 -r1.541
--- configure.in 15 Jul 2008 18:14:53 -0000 1.540
+++ configure.in 16 Jul 2008 07:01:34 -0000 1.541
@@ -294,7 +294,7 @@
case "${canonical}" in
## FreeBSD ports
- *-*-*freebsd* )
+ *-*-freebsd* )
opsys=freebsd
case "${canonical}" in
alpha*-*-freebsd*) machine=alpha ;;
@@ -304,7 +304,7 @@
sparc64-*-freebsd*) machine=sparc ;;
powerpc-*-freebsd*) machine=macppc ;;
i[3456]86-*-freebsd*) machine=intel386 ;;
- amd64-*-freebsd*|x86_64-*-*freebsd*) machine=amdx86-64 ;;
+ amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
esac
;;
@@ -2610,17 +2610,6 @@
#undef MAC_OS
#undef MAC_OSX
-/* Define USER_FULL_NAME to return a string
- that is the user's full name.
- It can assume that the variable `pw'
- points to the password file entry for this user.
-
- At some sites, the pw_gecos field contains
- the user's full name. If neither this nor any other
- field contains the right thing, use pw_name,
- giving the user's login name, since that is better than nothing. */
-#define USER_FULL_NAME pw->pw_gecos
-
/* Define AMPERSAND_FULL_NAME if you use the convention
that & in the full name stands for the login id. */
/* Turned on June 1996 supposing nobody will mind it. */
- [Emacs-diffs] Changes to emacs/configure.in,v, Glenn Morris, 2008/07/04
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/configure.in,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/configure.in,v, Glenn Morris, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Glenn Morris, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Stefan Monnier, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/19
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/07/25
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/30