freebsd-ports/net/torsocks/files/patch-configure.in
William Grzybowski 1d757bfcf8 - Convert to OptionsNG [1]
- Use libtoolize for autotools [1]
- Trim Makefile header [1]
- Add LICENSE (GPLv2)
- Use PORTDOCS at Makefile
- Remove PORTEXAMPLES (sample conf same as original)

PR:		ports/177113 [1]
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer) [1]
Approved by:	jpaetzel (mentor)
2013-05-26 20:12:35 +00:00

20 lines
611 B
Text

--- configure.in.orig 2011-10-24 22:30:58.000000000 +0300
+++ configure.in 2013-03-20 10:10:59.362840661 +0200
@@ -3,13 +3,14 @@
##############################################################################
# Process this file with autoconf to produce a configure script.
-AC_INIT()
+AC_INIT([torsocks], [1.2])
+AC_CONFIG_MACRO_DIR([m4])
# Create a config.g file to store defines generated by configure
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER([config.h])
# Automake initialization
-AM_INIT_AUTOMAKE(torsocks, 1.2)
+AM_INIT_AUTOMAKE()
# Get hostname and other information.
AC_CANONICAL_HOST