diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-11-20 17:42:59 +0100 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2009-11-20 17:48:15 +0100 |
commit | 47f36af857e431d6b1da1dc29141010979fc4123 (patch) | |
tree | 8cf5e733dba35295dee30d1ee18ea3201ba3c03a /src/Makefile.am | |
parent | dc71afef32e596523ed782bea0d1814975b76d36 (diff) | |
download | grep-47f36af857e431d6b1da1dc29141010979fc4123.tar.gz |
start modernizing autoconf infrastructure
* configure.ac: Slightly modernize.
* Makefile.am: Modernize, use dependencies.
* Makefile.am: Modernize, use dependencies.
* lib/Makefile.am: Remove ansi2knr.
* src/Makefile.am: Remove ansi2knr.
* .gitignore: Add INSTALL
* build-aux/.gitignore: New.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c9fb26a4..8986489e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AUTOMAKE_OPTIONS = ansi2knr - LN = ln bin_PROGRAMS = grep egrep fgrep |