Changeset 3017 for trunk/Nebulous/nebclient/configure.ac
- Timestamp:
- Jan 16, 2005, 12:37:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/configure.ac
r2948 r3017 1 1 dnl Copyright (C) 2005 Joshua Hoblitt 2 2 dnl 3 dnl $Id: configure.ac,v 1. 1 2005-01-11 01:08:04jhoblitt Exp $3 dnl $Id: configure.ac,v 1.2 2005-01-16 10:37:59 jhoblitt Exp $ 4 4 5 5 dnl Process this file with autoconf to produce a configure script. 6 AC_INIT(idataclient, 0.01) 7 AC_REVISION($Revision: 1.1 $) 6 AC_INIT([idataclient], [0.0.1], [jhoblitt@cpan.org]) 7 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 8 AC_REVISION([$Revision: 1.2 $]) 8 9 9 AM_INIT_AUTOMAKE(idataclient, 0.01) 10 dnl generate config.h 11 AM_CONFIG_HEADER(config.h) 10 12 11 13 dnl Checks for programs. … … 37 39 AC_SUBST(LIBTOOL_DEPS) 38 40 39 AC_OUTPUT(Makefile) 41 dnl AC_OUTPUT(Makefile) 42 AC_OUTPUT(Makefile src/Makefile)
Note:
See TracChangeset
for help on using the changeset viewer.
