------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1307 Summary: small change to configure.ac Product: PCRE Version: N/A Platform: Other OS/Version: Linux Status: NEW Severity: wishlist Priority: low Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] testing on the svn head, there was a hiccup with running autogen. here is my patch h4ck3rm1k3@gcc10:~/experiments/pcre$ svn diff Index: configure.ac =================================================================== --- configure.ac (revision 1053) +++ configure.ac (working copy) @@ -81,6 +81,8 @@ AC_PROG_INSTALL AC_LIBTOOL_WIN32_DLL +AC_PROG_LIBTOOL LT_INIT AC_PROG_LN_S -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
