xref: /minix3/external/bsd/flex/dist/autogen.sh (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1357f1050SThomas Veerman#!/bin/sh
2357f1050SThomas Veerman
3357f1050SThomas Veerman#  This file is part of flex.
4357f1050SThomas Veerman
5357f1050SThomas Veerman#  Redistribution and use in source and binary forms, with or without
6357f1050SThomas Veerman#  modification, are permitted provided that the following conditions
7357f1050SThomas Veerman#  are met:
8357f1050SThomas Veerman
9357f1050SThomas Veerman#  1. Redistributions of source code must retain the above copyright
10357f1050SThomas Veerman#     notice, this list of conditions and the following disclaimer.
11357f1050SThomas Veerman#  2. Redistributions in binary form must reproduce the above copyright
12357f1050SThomas Veerman#     notice, this list of conditions and the following disclaimer in the
13357f1050SThomas Veerman#     documentation and/or other materials provided with the distribution.
14357f1050SThomas Veerman
15357f1050SThomas Veerman#  Neither the name of the University nor the names of its contributors
16357f1050SThomas Veerman#  may be used to endorse or promote products derived from this software
17357f1050SThomas Veerman#  without specific prior written permission.
18357f1050SThomas Veerman
19357f1050SThomas Veerman#  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
20357f1050SThomas Veerman#  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
21357f1050SThomas Veerman#  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22357f1050SThomas Veerman#  PURPOSE.
23357f1050SThomas Veerman
24357f1050SThomas Veerman# If you see no configure script, then run ./autogen.sh to create it
25357f1050SThomas Veerman# and procede with the "normal" build procedures.
26357f1050SThomas Veerman
27357f1050SThomas Veerman#if we pretend to have a ChangeLog, then automake is less
28357f1050SThomas Veerman#worried. (Don't worry, we *do* have a ChangeLog, we just need the
29357f1050SThomas Veerman#Makefile first.)
30357f1050SThomas Veerman
31357f1050SThomas Veermantouch ChangeLog
32*0a6a1f1dSLionel Sambucautoreconf --install --verbose --force
33