diff dev/flex/flex.sh @ 1288:9867e578b1a9

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Tue, 16 Nov 2021 14:49:42 +0100
parents 325631424c65
children
line wrap: on
line diff
--- a/dev/flex/flex.sh	Tue Nov 16 14:49:07 2021 +0100
+++ b/dev/flex/flex.sh	Tue Nov 16 14:49:42 2021 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -47,6 +47,7 @@
 	tar xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
+	autoreconf -vif
 	CC="$CC" \
 	CFLAGS="$CFLAGS" \
 	CXX="$CXX" \