Skip to content

Commit 880b420

Browse files
committed
Add argp & progname modules to fix OSX compile errors
Get argp and progname modules from gnulib instead of depending on the OS version. Fixes #1.
1 parent 0731873 commit 880b420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818

1919
# gnulib modules used by this package.
2020
gnulib_modules="
21+
argp
2122
fprintftime
22-
parse-datetime
2323
git-version-gen
2424
gitlog-to-changelog
25+
parse-datetime
26+
progname
2527
"
2628

2729
# Additional xgettext options to use. Use "\\\newline" to break lines.

0 commit comments

Comments
 (0)