Skip to content
Snippets Groups Projects
Commit 471622b6 authored by Simon McVittie's avatar Simon McVittie
Browse files

init-project: Set package name a bit more directly

parent ea9cebf2
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -196,7 +196,7 @@ sed \
-e "s,@LIB@,$escaped_lib," \
-e "s,@RUNTIME_TREE@,$escaped_runtime_tree," \
-e "s,@SEARCH_TREE@,$escaped_search_tree," \
-e "s,@LCBASE@,$lcbase," \
-e "s,@PACKAGE@,${lcbase}-proxy," \
-e "s,@VER@,$ver," \
< "$CAPSULE_MKINC/shim-configure.ac.in" \
> configure.ac;
......@@ -211,7 +211,7 @@ sed \
-e "s,@AMLIB@,$automake_lib," \
-e "s,@RUNTIME_TREE@,$escaped_runtime_tree," \
-e "s,@SEARCH_TREE@,$escaped_search_tree," \
-e "s,@LCBASE@,$lcbase," \
-e "s,@PACKAGE@,${lcbase}-proxy," \
-e "s,@VER@,$ver," \
< "$CAPSULE_MKINC/shim-Makefile.am" \
> Makefile.am;
......
......@@ -4,7 +4,7 @@
AC_PREREQ([2.60])
AC_INIT([@LCBASE@-proxy], [@VER@])
AC_INIT([@PACKAGE@], [@VER@])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment