aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-10-03 19:36:25 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-07-31 22:38:19 +0300
commit4640324644af27dcb898787b8dea6d6dc23ec471 (patch)
tree13f58df9cadb8a177f5fc5890abc5f75cf98727d /bootstrap
parent4599abbda3b5979367138ea098e435c919fe93fc (diff)
downloaddico-4640324644af27dcb898787b8dea6d6dc23ec471.tar.gz
dico-4640324644af27dcb898787b8dea6d6dc23ec471.tar.bz2
Provide a utility for adding module into autoconf structure.
* .gitignore: Add configure.ac * Makefile.am (EXTRA_DIST): Add stub.ac and modinc * bootstrap: Obtain package name from stub.ac * bootstrap.conf: Call modinc * configure.ac: Remove. * stub.ac: New file. * modinc: New file. * modules/dict.org/Makefile.am (EXTRA_DIST): add module.ac * modules/dict.org/module.ac: New file. * modules/guile/Makefile.am (EXTRA_DIST): add module.ac * modules/guile/module.ac: New file. * modules/ldap/Makefile.am (EXTRA_DIST): add module.ac * modules/ldap/module.ac: New file. * modules/pam/Makefile.am (EXTRA_DIST): add module.ac * modules/pam/module.ac: New file. * modules/pcre/Makefile.am (EXTRA_DIST): add module.ac * modules/pcre/module.ac: New file. * modules/python/Makefile.am (EXTRA_DIST): add module.ac * modules/python/module.ac: New file. * modules/wordnet/Makefile.am (EXTRA_DIST): add module.ac * modules/wordnet/module.ac: New file. * modules/Makefile.am: Remove. * modules/stub.am: New file. * modules/template.am: New file. * modules/template.c: Use modinc macro variable to create struct dico_database_module.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index da1550d..bbb5335 100755
--- a/bootstrap
+++ b/bootstrap
@@ -92,7 +92,7 @@ extract_package_name='
p
}
'
-package=`sed -n "$extract_package_name" configure.ac` || exit
+package=`sed -n "$extract_package_name" stub.ac` || exit
gnulib_name=lib$package
build_aux=build-aux

Return to:

Send suggestions and report system problems to the System administrator.