Makefile.am: - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without it Jordi ;-)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1086 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f5de33a6ef
commit
2d698b7132
|
@ -1,4 +1,4 @@
|
||||||
2CVS code -
|
CVS code -
|
||||||
- General
|
- General
|
||||||
- malloc->calloc, etc cleanups (DLR).
|
- malloc->calloc, etc cleanups (DLR).
|
||||||
- New option, noconvert (-N, --noconvert) to completely stop
|
- New option, noconvert (-N, --noconvert) to completely stop
|
||||||
|
@ -27,6 +27,8 @@
|
||||||
- Add SYSCONFDIR to DEFS, so we can have an /etc/nanorc.
|
- Add SYSCONFDIR to DEFS, so we can have an /etc/nanorc.
|
||||||
- Change localedir line to 1.0's version.
|
- Change localedir line to 1.0's version.
|
||||||
- Moved m4/ stuff to its own m4/Makefile.am.
|
- Moved m4/ stuff to its own m4/Makefile.am.
|
||||||
|
- Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without
|
||||||
|
it Jordi ;-)
|
||||||
- configure.in:
|
- configure.in:
|
||||||
- Renamed to configure.ac.
|
- Renamed to configure.ac.
|
||||||
- configure.ac:
|
- configure.ac:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## $Id$
|
## $Id$
|
||||||
AUTOMAKE_OPTIONS = gnu no-dependencies
|
AUTOMAKE_OPTIONS = gnu no-dependencies
|
||||||
|
M4DIR = $(srcdir)/m4
|
||||||
|
ACLOCAL_AMFLAGS = -I $(M4DIR)
|
||||||
|
|
||||||
DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"
|
DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue