Skip to content

Commit

Permalink
Remove ltmain.sh. Update autogen.sh to run autoreconf -fi instead of …
Browse files Browse the repository at this point in the history
…autoconf
  • Loading branch information
Jeremy Hahn committed Apr 30, 2016
1 parent 4ae8fe7 commit 8acb9d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,663 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ ecutune_CFLAGS = -DUSESSL -DTHREADED $(INCLUDE_ALL_DIRS) $(COMPILER_FLAGS)
ecutune_LDFLAGS = $(LD_FLAG) $(EXTERNAL_LIBS)

clean:
rm -rf compile config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 *.o src/*.o src/.deps/ src/.dirstamp config.guess config.sub .libs libj2534.* libtool ar-lib j2534.lo *~ ecutune
rm -rf compile config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 *.o src/*.o src/.deps/ src/.dirstamp config.guess config.sub .libs libj2534.* libtool ar-lib j2534.lo *~ ltmain.sh ecutune
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

aclocal --install -I m4 &&
autoconf &&
autoreconf -fi &&
autoheader &&
automake --add-missing --copy
Loading

0 comments on commit 8acb9d6

Please sign in to comment.