diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 05:23:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:59:18 -0500 |
commit | cd1217ff5ff18e53c6c9fa3d4f4fd56193fe2a17 (patch) | |
tree | 245b2010376cdb82415fa4c4ae2dab256b4b7165 /source4/lib/replace | |
parent | b8875bee5f0c5385ba02646c7a8b2380fdfabb7a (diff) | |
download | samba-cd1217ff5ff18e53c6c9fa3d4f4fd56193fe2a17.tar.gz samba-cd1217ff5ff18e53c6c9fa3d4f4fd56193fe2a17.tar.bz2 samba-cd1217ff5ff18e53c6c9fa3d4f4fd56193fe2a17.zip |
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/configure.ac | 2 | ||||
-rw-r--r-- | source4/lib/replace/getpass.c | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac index beeb77e152..48fb7ce259 100644 --- a/source4/lib/replace/configure.ac +++ b/source4/lib/replace/configure.ac @@ -19,6 +19,4 @@ if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wno-format-y2k" fi -AC_SUBST(LDFLAGS) - AC_OUTPUT(Makefile) diff --git a/source4/lib/replace/getpass.c b/source4/lib/replace/getpass.c index 9e975ee7ef..f6a72ad86a 100644 --- a/source4/lib/replace/getpass.c +++ b/source4/lib/replace/getpass.c @@ -13,8 +13,7 @@ Library General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, see <http://www.gnu.org/licenses/>. */ /* Modified to use with samba by Jeremy Allison, 8th July 1995. */ |