From b59ab92e640e13d10484fffc74ed6a218930c6ab Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 18 Jul 2011 10:59:54 -0400 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 95f2e4b..d7d3ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,6 @@ install-sh INSTALL libtool ltmain.sh -m4 makefile Makefile Makefile.in -- cgit v1.1