summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-05 09:23:51 +0200
committerJim Meyering <meyering@redhat.com>2008-06-05 09:23:51 +0200
commit61ca18819ebe630f48564575a796ebcfac5ea957 (patch)
tree4ebc329c4b23367fd2070ef661fda25ff1abf4b8 /bootstrap.conf
parent8d0af5e95b8d4beb947bda15f232085b1d6f3cbb (diff)
downloadparted-61ca18819ebe630f48564575a796ebcfac5ea957.tar.gz
use gnulib's progname module
* bootstrap.conf (gnulib_modules): Add progname. * debug/clearfat/clearfat.c: Include "progname.h". (main): Call set_program_name rather than setting program_name. * parted/parted.c: Likewise. * partprobe/partprobe.c: Likewise. * libparted/tests/disk.c: Include "progname.h" and call set_program_name even though program_name isn't used, yet. * libparted/tests/label.c: Likewise.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 351c6bd..c54fcea 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -50,6 +50,7 @@ gnulib_modules="
malloc
realloc
rpmatch
+ progname
safe-read
stdbool
useless-if-before-free