Changeset 976


Ignore:
Timestamp:
09/05/06 17:30:20 (7 years ago)
Author:
perry
Message:

Cleaned up configure.in (by autoupdate)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r965 r976  
    44# and in the README 
    55 
    6 AC_INIT(libtrace,3.0.0-beta4,[contact@wand.net.nz],libtrace) 
     6AC_INIT([libtrace],[3.0.0-beta4],[contact@wand.net.nz],[libtrace]) 
    77 
    88LIBTRACE_MAJOR=3 
     
    1818 
    1919AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 
     20        libpacketdump/parser/Makefile 
    2021        tools/Makefile tools/traceanon/Makefile tools/tracedump/Makefile  
    2122        tools/tracemerge/Makefile tools/tracereport/Makefile  
     
    2930 
    3031 
    31 AM_CONFIG_HEADER(config.h) 
    32 #AC_CONFIG_HEADERS([config.h]) 
     32AC_CONFIG_HEADERS([config.h]) 
    3333dnl Checks for programs. 
    3434AC_PROG_CC 
    3535AC_PROG_CXX 
    3636AC_PROG_INSTALL 
    37 AC_PROG_LIBTOOL 
    3837AC_PROG_YACC 
    3938AM_PROG_LEX 
     
    5049 
    5150AC_PROG_LIBTOOL 
    52  
    5351 
    5452AC_ARG_ENABLE(swig, 
     
    134132# configure time options for man pages 
    135133AC_ARG_WITH(man, 
    136             AC_HELP_STRING([--with-man], 
    137                            [install man pages by default]), 
     134            AS_HELP_STRING(--with-man,install man pages by default), 
    138135 
    139136             if test "$withval" = yes 
     
    150147# borrowed from libpcap! 
    151148AC_ARG_WITH(dag,  
    152             AC_HELP_STRING([--with-dag[=DIR]], 
    153                            [include DAG support (located in directory DIR, if supplied)]), 
     149            AS_HELP_STRING(--with-dag[=DIR],include DAG support (located in directory DIR, if supplied)), 
    154150[ 
    155151        if test "$withval" = no 
Note: See TracChangeset for help on using the changeset viewer.