From f4ce2b5c214cce406dbd7a73dc7f35ae409546ad Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 12 Jul 2015 14:10:16 +0000 Subject: Clist NG: Commit of CList NG by silvercircle from https://github.com/silvercircle/miranda-ng This is based on clist_nicer and Anti-Grain Geometry: http://www.antigrain.com/ This is the first version that actually compiles. Do NOT use it in production environment! git-svn-id: http://svn.miranda-ng.org/main/trunk@14543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_ng/AGG/src/autogen.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/Clist_ng/AGG/src/autogen.sh (limited to 'plugins/Clist_ng/AGG/src/autogen.sh') diff --git a/plugins/Clist_ng/AGG/src/autogen.sh b/plugins/Clist_ng/AGG/src/autogen.sh new file mode 100644 index 0000000000..d37d8e2b9f --- /dev/null +++ b/plugins/Clist_ng/AGG/src/autogen.sh @@ -0,0 +1,20 @@ +# autogen.sh +# +# invoke the auto* tools to create the configureation system + +# build aclocal.m4 +aclocal + +# build the configure script +autoconf + +# set up libtool +libtoolize --force + +# invoke automake +automake --foreign --add-missing + +# and finally invoke our new configure +./configure $* + +# end -- cgit v1.2.3