Changeset 8184703 in git


Ignore:
Timestamp:
Apr 19, 2011, 12:34:38 PM (12 years ago)
Author:
Bradford Hovinen <hovinen@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
a60e0bcaf232de789a31ddc8325ce60313cdf87e
Parents:
ec0d9b416a53586bd0d5b780545cea184cf3d824
git-author:
Bradford Hovinen <hovinen@gmail.com>2011-04-19 12:34:38+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:18+01:00
Message:
* Remove references to libpolys/m4
* Add AC_CONFIG_AUX_DIR([.]) to libpolys/configure.ac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • for_Hans_with_love.sh

    rec0d9b r8184703  
    3838  cd $d;
    3939  libtoolize --force
    40   aclocal -I $TOP_DIR/m4 -I m4
     40  aclocal -I $TOP_DIR/m4
    4141  autotools
    4242  cd $TOP_DIR
  • libpolys/configure.ac

    rec0d9b r8184703  
    11AC_INIT([singular], [3.1.2.sw])
    2 AM_INIT_AUTOMAKE
    3 AC_CONFIG_MACRO_DIR([../m4],[m4])
     2AC_CONFIG_MACRO_DIR([../m4])
     3AC_CONFIG_AUX_DIR([.])
    44AC_CONFIG_SRCDIR([reporter/reporter.h])
    55AC_CONFIG_HEADER([config.h])
     6AM_INIT_AUTOMAKE
    67
    78# misc/auxiliary.h
Note: See TracChangeset for help on using the changeset viewer.