aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 542c54e..c2d80af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,11 @@
15# along with Ipacct. If not, see <http://www.gnu.org/licenses/>. */ 15# along with Ipacct. If not, see <http://www.gnu.org/licenses/>. */
16 16
17AC_PREREQ(2.53) 17AC_PREREQ(2.53)
18AC_INIT(ipacct, 1.0, bug-ipacct@gnu.org.ua) 18AC_INIT([ipacct], [1.0], [bug-ipacct@gnu.org.ua])
19AC_CONFIG_SRCDIR(src/ipacct.h) 19AC_CONFIG_SRCDIR(src/ipacct.h)
20AC_CANONICAL_SYSTEM 20AC_CONFIG_AUX_DIR([build-aux])
21AM_INIT_AUTOMAKE(no-exeext)
22AM_CONFIG_HEADER(config.h) 21AM_CONFIG_HEADER(config.h)
22AM_INIT_AUTOMAKE([1.10 readme-alpha])
23 23
24dnl Checks for programs. 24dnl Checks for programs.
25AC_PROG_CC 25AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.