X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-firmware.git;a=blobdiff_plain;f=configure.ac;h=0896c3b7de9e8cee3b40da4f63d873c000b3aee8;hp=e16240f365bf48aecada97e73a66b8a8c7a869ea;hb=HEAD;hpb=2f579c55135eb586ddcee1475dda3c679e7b14e7 diff --git a/configure.ac b/configure.ac index e16240f..0896c3b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,7 @@ ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## # We require at least autoconf 2.63 (AC_INIT format changed there). @@ -23,24 +22,13 @@ AC_PREREQ([2.63]) AC_INIT([sigrok-firmware], [0.1.0], [sigrok-devel@lists.sourceforge.net], [sigrok-firmware], [http://www.sigrok.org]) -AC_CONFIG_HEADER([config.h]) -AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). -AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror no-define nostdinc check-news]) +AM_SILENT_RULES([yes]) AC_PROG_INSTALL -AC_PROG_LN_S - -AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware") -AC_SUBST(MAKEFLAGS, '--no-print-directory') - -AC_CONFIG_FILES([Makefile - asix-sigma/Makefile - nexus-osciprime/Makefile - ]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -