Makefile.am: correct directories

No need to have '.' as subdir.
Indicate usage of m4.
Format to 80 characters per line.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2015-03-14 12:06:47 +01:00
parent ff7cd53594
commit 72674ac198
2 changed files with 6 additions and 25 deletions

View File

@ -1,3 +1,7 @@
SUBDIRS = . src
EXTRA_DIST = LICENCE admin/bootstrap extras/sispmapplet.e3p extras/sispmapplet.e3t extras/sispmapplet.py extras/sispmform.ui extras/README extras/addheader
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =
COPYING admin/bootstrap extras/sispmapplet.e3p extras/sispmapplet.e3t \
extras/sispmapplet.py extras/sispmform.ui extras/README extras/addheader

View File

@ -1,23 +0,0 @@
#! /bin/sh
# bootstrap -- Use this script to create generated files from the CVS dist
# Copyright (C) 2000 Gary V. Vaughan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
set -x
aclocal -I admin
autoheader
automake --add-missing --copy
autoconf