]> granicus.if.org Git - p11-kit/commit
build: Make autogen.sh work
authorColin Walters <walters@verbum.org>
Mon, 18 Jul 2011 14:59:54 +0000 (10:59 -0400)
committerStef Walter <stefw@collabora.co.uk>
Tue, 19 Jul 2011 20:59:26 +0000 (22:59 +0200)
commitb59ab92e640e13d10484fffc74ed6a218930c6ab
treea3998af4be4b440ad4ed46b82546e1adbb8c2be4
parent69dd8b722bcb1a76ff586e71c580f6844412abb9
build: Make autogen.sh work

* We were missing a call to gettextize, which is what copies in config.rpath
* Delete ABOUT-NLS, it is copied in by gettextize
* While we're here, take a page from gtk+'s autogen.sh and just use autoreconf,
  instead of specifying everything.
* We need to always have an m4/ directory, so that gettextize works,
  so we make a dummy empty file
* Apparently gettextize is totally insane, requiring user input etc.  Copy
  in some hacks from Avahi's autogen.sh to work around this.
.gitignore
ABOUT-NLS [deleted file]
autogen.sh
m4/empty [new file with mode: 0644]