IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2005, 12:37:59 AM (22 years ago)
Author:
jhoblitt
Message:

move sources to ./src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/configure.ac

    r2948 r3017  
    11dnl Copyright (C) 2005  Joshua Hoblitt
    22dnl
    3 dnl $Id: configure.ac,v 1.1 2005-01-11 01:08:04 jhoblitt Exp $
     3dnl $Id: configure.ac,v 1.2 2005-01-16 10:37:59 jhoblitt Exp $
    44
    55dnl Process this file with autoconf to produce a configure script.
    6 AC_INIT(idataclient, 0.01)
    7 AC_REVISION($Revision: 1.1 $)
     6AC_INIT([idataclient], [0.0.1], [jhoblitt@cpan.org])
     7AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
     8AC_REVISION([$Revision: 1.2 $])
    89
    9 AM_INIT_AUTOMAKE(idataclient, 0.01)
     10dnl generate config.h
     11AM_CONFIG_HEADER(config.h)
    1012
    1113dnl Checks for programs.
     
    3739AC_SUBST(LIBTOOL_DEPS)
    3840
    39 AC_OUTPUT(Makefile)
     41dnl AC_OUTPUT(Makefile)
     42AC_OUTPUT(Makefile src/Makefile)
Note: See TracChangeset for help on using the changeset viewer.