~ubuntu-branches/ubuntu/hardy/renameutils/hardy

« back to all changes in this revision

Viewing changes to lib/progname.h

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2007-12-05 09:13:21 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205091321-iu0q6zqtayoz2n6n
Tags: 0.9.0-1
* New upstream release (closes: #347253)
* Bump Standards-Version to 3.7.3 (no changes)
* Tweak the watch file to avoid picking up -latest
* debian/copyright: update year and link to GPLv2 explicitely

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Program name management.
2
 
   Copyright (C) 2001-2004 Free Software Foundation, Inc.
 
2
   Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc.
3
3
   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify
42
42
extern void set_program_name_and_installdir (const char *argv0,
43
43
                                             const char *orig_installprefix,
44
44
                                             const char *orig_installdir);
 
45
#undef set_program_name
45
46
#define set_program_name(ARG0) \
46
47
  set_program_name_and_installdir (ARG0, INSTALLPREFIX, INSTALLDIR)
47
48