Hi, I ran into this today, while trying to make my own snapshot tarball of git master:
[hh...@sles11 strongswan] (master)$ autoreconf -i aclocal: couldn't open directory `m4/config': No such file or directory autoreconf: aclocal failed with exit status: 1 [hh...@sles11 strongswan] (master)$ mkdir m4/config [hh...@sles11 strongswan] (master)$ autoreconf -i libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4/config'. libtoolize: copying file `m4/config/libtool.m4' libtoolize: copying file `m4/config/ltoptions.m4' libtoolize: copying file `m4/config/ltsugar.m4' libtoolize: copying file `m4/config/ltversion.m4' libtoolize: copying file `m4/config/lt~obsolete.m4' src/checksum/Makefile.am:19: shell find $(top_builddir: non-POSIX variable name src/checksum/Makefile.am:19: (probably a GNU make extension) Could you guys add m4/config/ to the repository, please? Heiko -- Heiko Hund | Software Engineer | Phone +49-721-25516-237 | Fax -200 Astaro GmbH & Co. KG | An der RaumFabrik 33a | 76227 Karlsruhe | Germany Commercial Register: Mannheim HRA 702710 | Headquarter Location: Karlsruhe Represented by the General Partner Astaro Verwaltungs GmbH An der RaumFabrik 33a | 76227 Karlsruhe | Germany Commercial Register: Mannheim HRB 708248 | Executive Board: Gert Hansen, Markus Hennig, Jan Hichert, Günter Junk, Dr. Frank Nellissen _______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
