Changeset 775 for trunk


Ignore:
Timestamp:
Feb 9, 2009, 3:08:55 AM (14 years ago)
Author:
Peter Johansson
Message:

moving m4 files to directory m4/. NOTE this change will break Makefiles, so you need to issue 'autoreconf -m'. Also adding a longlong.m4 that seems to have been missing before(?).

Location:
trunk
Files:
2 added
2 edited
7 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r771 r775  
    2222
    2323# -I arg should be the same as arg in AC_CONFIG_MACRO_DIR in configure.ac
    24 ACLOCAL_AMFLAGS = -I build_support --install
     24ACLOCAL_AMFLAGS = -I m4 --install
    2525
    2626SUBDIRS = lib bin man test
  • trunk/configure.ac

    r774 r775  
    3232AC_PREREQ(2.60)
    3333
    34 m4_include([build_support/version.m4])
     34m4_include([m4/version.m4])
    3535AC_INIT([svndigest],[SVNDIGEST_VERSION],[jari@thep.lu.se])
    3636AC_CONFIG_SRCDIR([lib/File.h])
    3737AC_CONFIG_AUX_DIR([autotools])
    3838dnl arg below should be the same as in Makefile.am
    39 AC_CONFIG_MACRO_DIR([build_support])
     39AC_CONFIG_MACRO_DIR([m4])
    4040AC_PREFIX_DEFAULT([/usr/local])
    4141test $prefix = NONE && prefix=/usr/local
Note: See TracChangeset for help on using the changeset viewer.